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.

Update one order.

PATCH
/customer-api/v1/circularity-hub/order/{identifier}
curl --request PATCH \
--url https://your-instance.seventhings.com/customer-api/v1/circularity-hub/order/1 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "completed": true, "cancelled": true, "cancellation_reason": "Item could not be found any more" }'

Update one order.

identifier
required
integer
Media typeapplication/json
object
key
additional properties
any
Example
{
"completed": true,
"cancelled": true,
"cancellation_reason": "Item could not be found any more"
}

Success

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.