cURL
curl --request PATCH \ --url https://app.chemcloud.com.au/api/public/buyer/v1/suppliers/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "name": "New Supplier Co", "pricing_type": "delivered", "resource_values": [ { "provider": "cin7_core", "value": "99999a99-b888-777c-666d-55555555555e" } ] } '
{ "id": "99999a99-b888-777c-666d-55555555555e", "name": "Supplier Co", "pricing_type": "delivered", "resource_values": [ { "provider": "cin7_core", "value": "99999a99-b888-777c-666d-55555555555e" } ], "created_at": "2025-12-31T23:13:11.862Z", "updated_at": "2025-12-31T23:13:11.862Z" }
"New Supplier Co"
"delivered"
Show child attributes
Supplier updated
"99999a99-b888-777c-666d-55555555555e"
"Supplier Co"
"2025-12-31T23:13:11.862Z"
Was this page helpful?