API Reference

These are the response parameters for get orders

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