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