put https://api.fabric.inc/v3/products
With this endpoint, you can update details of multiple products, which could be items, variants, and bundles.
Note:
1. When product type is Variant
, it can be added either via SKU or ID.
2. When product type is Item
, either the parentCategoryId
or parentCategorySKU
must be specified.
3. When product type is Bundle
, the associated items or variants can be added either via SKU or via ID.
4. At least one product must be specified.