Manage orders, products, origins, and value chains for supply chain transparency and compliance.
Supply Chain API//
- Orders Delete
Orders List
Orders Read
Orders Batch Create
Orders Batch Partial Update
Orders Purchase Create
Orders Purchase Partial Update
Orders Sale Create
Orders Sale Partial Update
Orders Statistics List
Orders Batch List
Orders Batch Read
Orders Batch Delete
Orders Purchase List
Orders Purchase Read
Orders Purchase Delete
Orders Sale List
Orders Sale Read
Orders Sale Delete
Orders Delete
Coolset Supply Chain API (1.0)
Download OpenAPI description
Overview
URL
E-mail
Languages
Servers
Mock server
https://api.coolset.com/_mock/supply-chain-api/
Production server
https://developers-scranton.coolset.com/api/
- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/orders/{id}
- Production serverhttps://developers-scranton.coolset.com/api/orders/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.coolset.com/_mock/supply-chain-api/orders/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
application/json
{ "id": 0, "company_id": 2147483647, "type": "order", "buyer_external_id": "string", "seller_external_id": "string", "order_created_at": "2019-08-24", "order_arrival_at": "2019-08-24", "order_status": "draft", "assessment_status": "pending", "value_chain": 0, "value_chain_detail": { "id": 0, "company_name": "string", "description": "string", "status": "revoked", "assessment_status": "pending", "country_code": "st", "external_id": "string", "permission_granted": true, "is_self_managed": true, "contact_name": "string", "contact_email": "user@example.com", "invitation_id": "a6e6785a-3ea9-406c-b873-17eaf2ed5fc9", "reciprocal_company_id": 2147483647, "has_account": "string", "is_invited": "string", "pulse_params": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "assessment_summary": {} }, "buyer_company_id": 2147483647, "seller_company_id": 2147483647, "company": { "id": 0, "name": "string", "slug": "string", "type": "string", "city": "string", "country": "string", "nr_of_employees": 0, "nr_of_locations": 0, "default_currency": "string", "default_locale": "string", "data_room_consumer_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }, "buyer_company": { "id": 0, "name": "string", "slug": "string", "type": "string", "city": "string", "country": "string", "nr_of_employees": 0, "nr_of_locations": 0, "default_currency": "string", "default_locale": "string", "data_room_consumer_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }, "seller_company": { "id": 0, "name": "string", "slug": "string", "type": "string", "city": "string", "country": "string", "nr_of_employees": 0, "nr_of_locations": 0, "default_currency": "string", "default_locale": "string", "data_room_consumer_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }, "items": [ { … } ], "due_diligence_statements": [ { … } ], "assessment_summary": {}, "pulse_params": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }
- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/orders/{id}
- Production serverhttps://developers-scranton.coolset.com/api/orders/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://api.coolset.com/_mock/supply-chain-api/orders/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'- Mock serverhttps://api.coolset.com/_mock/supply-chain-api/orders/batch
- Production serverhttps://developers-scranton.coolset.com/api/orders/batch
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api.coolset.com/_mock/supply-chain-api/orders/batch \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"type": "order",
"buyer_external_id": "string",
"seller_external_id": "string",
"order_created_at": "2019-08-24",
"order_arrival_at": "2019-08-24",
"seller_company_id": 2147483647,
"company": {},
"buyer_company": {},
"seller_company": {},
"items": [
{
"id": 0,
"buyer_product": 0,
"buyer_product_detail": {},
"seller_product": 0,
"seller_product_detail": {},
"volume": 0,
"unit": "str",
"line_number": 2147483647,
"external_id": "string"
}
]
}'Response
application/json
{ "id": 0, "type": "order", "buyer_external_id": "string", "seller_external_id": "string", "order_created_at": "2019-08-24", "order_arrival_at": "2019-08-24", "order_status": "draft", "assessment_status": "pending", "value_chain": 0, "seller_company_id": 2147483647, "company": { "id": 0, "name": "string", "slug": "string", "type": "string", "city": "string", "country": "string", "nr_of_employees": 0, "nr_of_locations": 0, "default_currency": "string", "default_locale": "string", "data_room_consumer_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }, "buyer_company": { "id": 0, "name": "string", "slug": "string", "type": "string", "city": "string", "country": "string", "nr_of_employees": 0, "nr_of_locations": 0, "default_currency": "string", "default_locale": "string", "data_room_consumer_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }, "seller_company": { "id": 0, "name": "string", "slug": "string", "type": "string", "city": "string", "country": "string", "nr_of_employees": 0, "nr_of_locations": 0, "default_currency": "string", "default_locale": "string", "data_room_consumer_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }, "items": [ { … } ], "due_diligence_statements": [ 0 ], "assessment_summary": {}, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }