curl --location -g --request PATCH 'https://relay.exostack.cloud//api/inventory/product-suppliers?product_id&product_code' \
--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
}
]
}'