commercetools / commercetools-api-reference

commercetools API reference documentation
http://docs.commercetools.com/
57 stars 27 forks source link

ProductVariantDeletedMessage is missing optional staged field #276

Closed cristiborta closed 2 years ago

cristiborta commented 2 years ago

On sphere backend side, ProductVariantDeletedMessage contains the staged field, which is not reflected into the api as well. The structure on backend is ProductVariantDeletedMessage(removedImageUrls: Set[String], variant: Option[ProductVariant], staged: Option[Boolean]), but for the api on ProductVariantDeletedMessage.raml, staged is missing. I believe this is not consistent and it is something that should be addressed and fixed.

cristiborta commented 2 years ago

Open a new issue on the doc repo here, will close this one.