v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBList all items
Returns a list of items.
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.
Query parameters
ID of the item that needs to be considered for filter
SKU of the item that needs to be considered for filter
Name of the item that needs to be considered for filter
The barcode value of the item that needs to be considered for filter
"From" timestamp for the items to be included in the filter. Examples:
- 2017-06-19T11:00:03.305+02:00
- 2017-06-19 will be transformed into 2017-06-19T00:00:00.000+02:00
"To" timestamp for the items to be included in the filter. Examples:
- 2017-06-29T11:00:03.305+02:00
- 2017-06-29 will be transformed into 2017-06-29T00:00:00.000+02:00
"From" value of "updated" timestamp for the items to be included in the filter. Examples:
- 2018-06-19T11:00:03.305+02:00
- 2018-06-19 will be transformed into 2017-06-19T00:00:00.000+02:00
"To" value of "updated" timestamp for the items to be included in the filter. Examples:
- 2018-06-29T11:00:03.305+02:00
- 2018-06-29 will be transformed into 2017-06-29T00:00:00.000+02:00
For pagination. Defines how many entries are returned per page.
For pagination. Defines which page the results are fetched from.
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"
}
]
}
]