x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//api/inventory/products' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "WIDGET-001",
"description": "Widget Standard",
"description_locale": {
"en": "Standard Widget",
"fr": "Widget Standard"
},
"is_active": true,
"prices": {
"promo": 24.99,
"regular": 29.99
},
"product_group_code": "ELEC",
"serial": {
"has_serial_number": false
},
"unit": {
"code": "UN",
"label": "Unité"
}
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}