API Reference
ParemeterTypeDescription
productsarray of objectsList of orders.
Min. items: 0
Max. items: {size}
products[n].skustringAlphanumeric unique code assigned to the product to identify it.
products[n].created_atstringDate and time of the product creation.
Format: [yyyy-MM-dd HH:MM:SS]
products[n].updated_atstringDate and time of the order last update.
Format: [yyyy-MM-dd HH:MM:SS]
products[n].international_idsobjectStructure that defines international ids.
products[n].international_ids.asinstringAmazon Standard Identification Number.
products[n].international_ids.gtinarray of stringsGlobal Trade Item Number.
products[n].brandstringBrand of the products.
products[n].available_quantityintegerStock of the product.
Range: Between 0 and 9999.
products[n].pricenumberPrice of the product.
Integer: 10 positions.
Fraction: 2 positions.
products[n].currency_codeEnum (string)Currency code of the price (ISO).
Possible values: "USD"
products[n].statusstringStatus of the product upload.
Possible values: “SUCCESS”, “PENDING_IMAGE”, “ERROR”
products[n].package_dimensionsobjectStructure that defines package dimensions.
products[n].package_dimensions.sizeobjectStructure that defines package dimensions size.
products[n].package_dimensions.size.unitEnum (String)Unit used to express the package dimensions.
Possible values: "cm", "inch", "inches", "mm"
products[n].package_dimensions.size.lengthnumberLength of the package.
Integer: 6 positions.
Fraction: 3 positions.
products[n].package_dimensions.size.widthnumberWidth of the package.
Integer: 6 positions.
Fraction: 3 positions.
products[n].package_dimensions.size.heightnumberHeight of the package.
Integer: 6 positions.
Fraction: 3 positions.
products[n].package_dimensions.weightobjectStructure that defines package dimensions weight.
products[n].package_dimensions.weight.unitEnum (string)Unit used to express the weight of the package.
Possible values: "lb","pounds","kg","kilograms","grams"
products[n].package_dimensions.weight.valuenumberWeight of the package.
products[n].product_dimensionsobjectStructure that defines product dimensions
products[n].product_dimensions.sizeobjectStructure that defines product dimensions size.
products[n].product_dimensions.size.unitEnum (string)Unit used to express the product dimensions. Possible values: "cm", "inch", "inches", "mm"
products[n].product_dimensions.size.lengthnumberLength of the product.
Integer: 6 positions.
Fraction: 3 positions.
products[n].product_dimensions.size.widthnumberWidth of the product.
Integer: 6 positions.
Fraction: 3 positions.
products[n].product_dimensions.size.heightnumberHeight of the product.
Integer: 6 positions.
Fraction: 3 positions.
products[n].product_dimensions.size.heightnumberHeight of the product.
Integer: 6 positions.
Fraction: 3 positions.
products[n].product_dimensions.weightobjectStructure that defines product dimensions weight.
products[n].product_dimensions.weight.unitEnum (string)Unit used to express the weight of the product.
Possible values: "lb", "pounds", "kg", "kilograms", "grams"
products[n].product_dimensions.weight.valuenumberWeight of the product.
Integer: 6 positions.
Fraction: 3 positions.
products[n].imagesarray of objectsStructure that defines images.
Min. quantity: 1
Max. quantity: 10
products[n].images[n].source_urlstringImages of the product with their source URLs.
products[n].titlestringTitle of the product to be published.
products[n].description_languageEnum (string)Language in which the product description is provided. Possible values: "en"
products[n].descriptionstringDescription of the product to be published.
products[n].description_htmlstringHTML-formatted version of the product description.
products[n].attributesarray of objectStructure that defines the attributes.
products[n].attributes[n].typestringType of the attributes
Possible values: "COLOR", "SIZE"
products[n].attributes[n].valuestringValue of the attribute.