All Release Notes
Added 'product' field to ProductVariantPatch
29 September 2023
Composable Commerce
Import API
Announcement
Product catalog
We introduced the product
field on ProductVariantPatch. This field allows you to reference the Product which contains the Product Variant, and batches import operations to help prevent concurrency errors.
Changes:
- [Import API] Added the
product
field to ProductVariantPatch.