product_id ou product_code.x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//api/inventory/product-items?product_id&product_code' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"category_item_ids": [
15,
8
],
"location": "A-12-3",
"prices": {
"regular": 29.99,
"use_product_prices": false
},
"upc": "012345678901"
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}