Skip to main content

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

ParameterRequiredDefaultDescription
products.*YesAn array of products

Product

ParameterRequiredDefaultDescription
product_nameYesThe name of the product. This is the name of the product without attributes (Color, Size, etc.)
item_numberYesThe item number of the product. NOTE: This is the number on the product-level, not variant-level. For variant-level refer to sku
attributesYesAn object with {"key": "value"} with the attributes of the variant. This will be Colors, Sizes, etc.
full_nameYesThe name of the product plus its attributes. Use this for delivery notes and packing lists
skuYesThe unique identifier of this specific variant. Use this for identification in your WMS
eanThe EAN code of this variant
country_of_originCountry of origin of the product. This is given as a 2-letter ISO code (DK, DE, etc.)
compositionThe composition of the product (materials)
hs_tariff_codeThe HS Tariff Code of the product
product_metaobject{}An object with {"key": "value"} with custom meta data of the product. See custom fields for more information
variant_metaobject{}An object with {"key": "value"} with custom meta data of the variant. See custom fields for more information