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.

Suggested or set price of given objects.

POST
/customer-api/v1/circularity-hub/suggest-rest-price
curl --request POST \
--url https://your-instance.seventhings.com/customer-api/v1/circularity-hub/suggest-rest-price \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "<object_uuid>": "<mapped_category>" }'

Suggested or set price of given objects.

Media typeapplication/json

A map of object UUIDs with category

object
key
additional properties
any
Example
{
"<object_uuid>": "<mapped_category>"
}

Success

Media typeapplication/json

A map of object UUIDs with prices

object
key
additional properties
any
Example
{
"<object_uuid>": "<rest_price_value>"
}

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.