x-api-key: ********************curl --location -g --request PUT 'https://relay.exostack.cloud//api/inventory/products//suppliers' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"lines": [
{
"line_index": 1,
"supplier_id": 1,
"supplier_code": "string",
"catalog_number": "string",
"upc": "string",
"unit_code": "string",
"unit_label": "string",
"description": "string",
"cost": 0,
"next_cost": 0,
"lead_time_days": 0,
"discount_qty": 0,
"backorder_allowed": true
}
]
}'{
"success": true,
"created_id": 0,
"updated_id": 0,
"deleted_id": 0
}