-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be possible to set a flag for auto-publishing of products on create and/or update #66
Comments
Publish Updates: Possible configs
In case of existing product
In case of new product
|
@butenkor @emmenko @PhilippSpo @hajoeichler please confirm if this needs to be implemented as stated above. |
@panshul007 "published" and "publishedOnly" might be not valid use cases, right? There is no need to publish already published product if it does not have staged changes (application has to check that otherwise you will get API error). Here "always" will cover the requirement of both. Question: If product does not have staged changes yet but you have generated update actions for it to send you will assume it has staged changes, right? API might provide publishing on create. Just add your votes: http://support.sphere.io/forums/201737-api/suggestions/11565363-support-product-publishing-on-product-create-reque ;) Separate step for publishing on create sounds ok and i think currently there is no other way. |
So after discussion we have now probably only 2 use cases to consider:
|
The current feature has been implemented for Price updates only. But needs to be called in the product import as well. Refer to this commit dfeb920 |
Also consider publishing new products according to the publishing strategy as now it is possible from the API to publish new products on creation without an extra request. |
No description provided.
The text was updated successfully, but these errors were encountered: