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