Skip to main content

Products

Get products

Endpoint: GET /v10/order-channels/{publicOrderChannelId}/products

The endpoint will fetch a list of products available in the order channel.

caution

This endpoint uses product pagination

Data of response

ParameterRequiredDefaultDescription
products.*YesAn array of products

Product

ParameterData typeDefaultDescription
idintThe internal ID of the product
namestringThe name of the product
item_numberstringThe item number of the product. NOTE: This is the number on the product-level, not variant-level. For variant-level refer to sku
attributesarrayAn array with the attributes on the product. NOTE: For the attribute values look at attributes on the variant
descriptionstringThe long description of the product
imagestringnullThe primary image of the product
imagesarray[]All images of the product
metaobject{}An object with {"key": "value"} with custom meta data of the order. This is used for storing custom fields
noosbooleanfalseIs the product considered NOOS? NOTE: This is a product- & variant-level field
weightfloat0The weight of the product. NOTE: This is a product- & variant-level field
weight_typestringgEither kg for kilograms or g for grams. NOTE: This is a product- & variant-level field
publishedbooleanfalseShould this product be published on the order channel?
sync_databooleanfalseShould product data be synced to this order channel?
categoriesArray[]Array of order channel categories
collectionstringnullThe collection of the product
tagsArray[]A list of tags for this product
variantsArray[]Array of order channel variants
Order channel categories
ParameterData typeDefaultDescription
namestringThe name of the top category
sub_categoriesarray[]An array of sub categories
sub_categories.*stringThe name of the sub category
Order channel variants
ParameterData typeDefaultDescription
skustringThe SKU of the variant. This is unique accross your account
attributesobjectAn object with {"key": "value"} with the attributes of the variant. This will be Colors, Sizes, etc.
eanstringnullThe barcode for this variant
metaobject{}An object with {"key": "value"} with custom meta data of the variant. This is used for storing custom fields
pricesobject{}An object of prices for the product. Prices should be keyed by their currency code
imagesarray[]Array of images. These are the images that "belong to this variant". All images are present in the images array on the product
noosbooleanfalseIs the variant considered NOOS? NOTE: This is a product- & variant-level field
weightfloat0The weight of the variant. NOTE: This is a product- & variant-level field
weight_typestringgEither kg for kilograms or g for grams. NOTE: This is a product- & variant-level field
availableinteger0The inventory of the product