key is required (used to look up the product); at least one of attributes, options, or product_variants should be provided — otherwise the request is a no-op.{
"key": "string",
"product_variants": [
{
"product_data_sheet": "string",
"quantities": [
{
"quantity_id": "string",
"quantity_value": "string",
"delivery": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
}
}
],
"attributes": [
{
"attribute_id": "string",
"option_id": "string",
"attribute_key": "string",
"attribute_name": "string",
"option_key": "string",
"option_name": "string"
}
],
"current_version": "string"
}
],
"attributes": [
"string"
],
"options": [
"string"
]
}