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.
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.
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.
Comments
3 comments
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.
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
← unbpublishedPlease bear in mind this is not officially supported and is merely a workaround.
Thanks Will. will try the product api
Please sign in to leave a comment.