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