v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBItems
Retrieve an item
Returns the details of an item.
Items are the products and services that are sold as part of an order. They are created by a unique SKU when an order is placed, through item import, or through the API.
get/items/{id}
Path parameters
idinteger required
ID for the item to be included in the filter
Response
Successful.
Example response
{
"id": 1,
"sku": "EX-123",
"name": "T-Shirt",
"variant_code": "Large",
"barcode": "1234567891011",
"bin": "123-a",
"weight": 1000,
"image_url": "https://example.com/image.jpg",
"country_code_of_origin": "DK",
"currency_code": "DKK",
"customs_commodity_code": "123456",
"customs_description": "Example contents",
"shop": "API",
"country_attributes": [
{
"country_code": "DK",
"customs_commodity_code": "3924102000"
}
]
}