curl -i -X PUT \
'https://fluid-commerce.redocly.app/_mock/docs/apis/swagger/api/company/v1/variants/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"variant": {
"option_attrs": [
"string"
],
"sku": "string",
"is_master": true,
"title": "string",
"track_quantity": true,
"bar_code": "string",
"limit_subscription": true,
"subscription_max_qty": 0,
"customer_limit": 0,
"keep_selling": true,
"active": true,
"allow_subscription": true,
"shipping_included_in_price": true,
"subscription_only": true,
"physical": true,
"country_of_origin_id": 0,
"unit_of_size": "string",
"height": 0.1,
"width": 0.1,
"length": 0.1,
"unit_of_weight": "string",
"weight": "string",
"hs_code": "string",
"images_attributes": [
{
"id": 0,
"position": 0,
"image_url": "string",
"_destroy": true
}
],
"inventory_levels_attributes": [
{
"id": 0,
"warehouse_id": 0,
"available": 0,
"committed": 0,
"on_hand": 0,
"unavailable": 0,
"_destroy": true
}
],
"variant_countries_attributes": [
{
"id": 0,
"active": true,
"country_id": 0,
"price": 0,
"wholesale": 0,
"compare_price": 0,
"cv": 0,
"qv": 0,
"pc_cv": 0,
"pc_qv": 0,
"cost_of_goods_sold": 0,
"shipping": 0,
"tax": 0,
"_destroy": true
}
]
}
}'