Products
Get products
Endpoint: GET /3pl/products
This endpoint will fetch a list of all products in the account. Use this to get product data into your WMS system
caution
This endpoint uses product pagination
Data of response
Parameter | Required | Default | Description |
---|---|---|---|
products.* | Yes | An array of products |
Product
Parameter | Required | Default | Description |
---|---|---|---|
product_name | Yes | The name of the product. This is the name of the product without attributes (Color, Size, etc.) | |
item_number | Yes | The item number of the product. NOTE: This is the number on the product-level, not variant-level. For variant-level refer to sku | |
attributes | Yes | An object with {"key": "value"} with the attributes of the variant. This will be Colors, Sizes, etc. | |
full_name | Yes | The name of the product plus its attributes. Use this for delivery notes and packing lists | |
sku | Yes | The unique identifier of this specific variant. Use this for identification in your WMS | |
ean | The EAN code of this variant | ||
country_of_origin | Country of origin of the product. This is given as a 2-letter ISO code (DK, DE, etc.) | ||
composition | The composition of the product (materials) | ||
hs_tariff_code | The HS Tariff Code of the product | ||
product_meta | object | {} | An object with {"key": "value"} with custom meta data of the product. See custom fields for more information |
variant_meta | object | {} | An object with {"key": "value"} with custom meta data of the variant. See custom fields for more information |