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.

Get one order from circularity-hub.

GET
/customer-api/v1/circularity-hub/order/{identifier}
curl --request GET \
--url https://your-instance.seventhings.com/customer-api/v1/circularity-hub/order/1 \
--header 'Authorization: Bearer <token>'

Get one order from circularity-hub.

identifier
required
integer

Success

Media typeapplication/json

Inside the mappedAssetData you can find all currently mapped data from the original object If the object was deleted from the system there is a cache with the data from the creation date of the order.

object
key
additional properties
any
Example
{
"id": 1,
"order_number": "7THX-24-4570-61",
"created_at": "2024-05-29 13:02:20",
"user_id": 1,
"total_price": 152.56,
"completed": false,
"cancelled": true,
"cancellation_reason": "have to cancel because of problems",
"billing_data": {
"firstName": "User",
"lastName": "Seventhings",
"street": "Hainstraße",
"house_number": "2",
"zip_code": "01097",
"city": "Dresden"
},
"articles": [
{
"id": 1,
"deleted": 0,
"asset_id": 1,
"created_at": "2024-05-29 10:53:43",
"price": 152.56,
"category_id": 2,
"suggested_price": 152.56,
"updated_at": "2024-05-29 10:53:43",
"mappedAssetData": {
"item_image": [
{
"type": "image/jpeg",
"name": "Example-Chair.jpg",
"size": 157814,
"name_on_server": "assets_600f4403392732.09849361.jpg"
}
],
"item_title": "Stuhl Meeting",
"item_description": "Alle Felder können individuell angepasst werden.",
"item_main_category": "Möbel",
"item_actual_location": 1,
"internal_identifier": "DEV0000004",
"item_original_purchase_date": "2020-11-02",
"item_original_purchase_price": 279.9,
"item_manufacturer": "Vitra",
"documents": null,
"item_actual_room": 3,
"item_last_itexia_update_date": "2024-05-28 08:20:29"
}
}
]
}

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.