Publish in Bulk

Prashant
We have created 4000+ Catalog items using the CSV approach for a client. The status of the newly created CI is draft. is there a way to bulk update them as publish.

Comments

3 comments

  • Comment author
    Prashant

    We have created 4000+ Catalog items using the CSV approach for a client. The status of the newly created CI is draft. is there a way to bulk update them as publish.

    0
  • Comment author
    William Thompson

    Hi Prashant,

    You can use bulk-select on the platform, however you would have to do it one page at a time. Alternatively, you can use the product-import API and set the publishedAt to a date string.

    For example:
    "publishedAt": "2021-04-12T13:59:09.146Z" ← published
    "publishedAt": null ← unbpublished

    Please bear in mind this is not officially supported and is merely a workaround.

    0
  • Comment author
    Prashant

    Thanks Will. will try the product api

    0

Please sign in to leave a comment.