Skip to content
.seventhings.com

Prefill your credentials

Fill in your non-secret values to have them appear in the examples below. Stored locally in your browser.

Create order and checkout items from circularity-hub.

POST
/customer-api/v1/circularity-hub/orders
curl --request POST \
--url https://your-instance.seventhings.com/customer-api/v1/circularity-hub/orders \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[ 1 ]'

Create order and checkout items from circularity-hub.

Media typeapplication/json

A list of the chub item identifiers

Array<integer>
Examplegenerated
[
1
]

Success

Location
string

The URL of the newly created order.

Location-ID
integer

The ID of the newly created order.

Request body is missing or invalid or request data is invalid.

Access token is missing or invalid.

You are not permitted to perform the requested operation.

The requested resource could not be found.

The requested resource representation has no acceptable format.

The requested entry is not processable.

Internal Server Error.