Paremeter | Type | Description |
---|---|---|
products | array of objects | List of orders. Min. items: 0 Max. items: {size} |
products[n].sku | string | Alphanumeric unique code assigned to the product to identify it. |
products[n].created_at | string | Date and time of the product creation. Format: [yyyy-MM-dd HH:MM:SS] |
products[n].updated_at | string | Date and time of the order last update. Format: [yyyy-MM-dd HH:MM:SS] |
products[n].international_ids | object | Structure that defines international ids. |
products[n].international_ids.asin | string | Amazon Standard Identification Number. |
products[n].international_ids.gtin | array of strings | Global Trade Item Number. |
products[n].brand | string | Brand of the products. |
products[n].available_quantity | integer | Stock of the product. Range: Between 0 and 9999. |
products[n].price | number | Price of the product. Integer: 10 positions. Fraction: 2 positions. |
products[n].currency_code | Enum (string) | Currency code of the price (ISO). Possible values: "USD" |
products[n].status | string | Status of the product upload. Possible values: “SUCCESS”, “PENDING_IMAGE”, “ERROR” |
products[n].package_dimensions | object | Structure that defines package dimensions. |
products[n].package_dimensions.size | object | Structure that defines package dimensions size. |
products[n].package_dimensions.size.unit | Enum (String) | Unit used to express the package dimensions. Possible values: "cm", "inch", "inches", "mm" |
products[n].package_dimensions.size.length | number | Length of the package. Integer: 6 positions. Fraction: 3 positions. |
products[n].package_dimensions.size.width | number | Width of the package. Integer: 6 positions. Fraction: 3 positions. |
products[n].package_dimensions.size.height | number | Height of the package. Integer: 6 positions. Fraction: 3 positions. |
products[n].package_dimensions.weight | object | Structure that defines package dimensions weight. |
products[n].package_dimensions.weight.unit | Enum (string) | Unit used to express the weight of the package. Possible values: "lb","pounds","kg","kilograms","grams" |
products[n].package_dimensions.weight.value | number | Weight of the package. |
products[n].product_dimensions | object | Structure that defines product dimensions |
products[n].product_dimensions.size | object | Structure that defines product dimensions size. |
products[n].product_dimensions.size.unit | Enum (string) | Unit used to express the product dimensions. Possible values: "cm", "inch", "inches", "mm" |
products[n].product_dimensions.size.length | number | Length of the product. Integer: 6 positions. Fraction: 3 positions. |
products[n].product_dimensions.size.width | number | Width of the product. Integer: 6 positions. Fraction: 3 positions. |
products[n].product_dimensions.size.height | number | Height of the product. Integer: 6 positions. Fraction: 3 positions. |
products[n].product_dimensions.size.height | number | Height of the product. Integer: 6 positions. Fraction: 3 positions. |
products[n].product_dimensions.weight | object | Structure that defines product dimensions weight. |
products[n].product_dimensions.weight.unit | Enum (string) | Unit used to express the weight of the product. Possible values: "lb", "pounds", "kg", "kilograms", "grams" |
products[n].product_dimensions.weight.value | number | Weight of the product. Integer: 6 positions. Fraction: 3 positions. |
products[n].images | array of objects | Structure that defines images. Min. quantity: 1 Max. quantity: 10 |
products[n].images[n].source_url | string | Images of the product with their source URLs. |
products[n].title | string | Title of the product to be published. |
products[n].description_language | Enum (string) | Language in which the product description is provided. Possible values: "en" |
products[n].description | string | Description of the product to be published. |
products[n].description_html | string | HTML-formatted version of the product description. |
products[n].attributes | array of object | Structure that defines the attributes. |
products[n].attributes[n].type | string | Type of the attributes Possible values: "COLOR", "SIZE" |
products[n].attributes[n].value | string | Value of the attribute. |