Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 3.82 KB

OrderItem.md

File metadata and controls

39 lines (36 loc) · 3.82 KB

OrderItem

Properties

Name Type Description Notes
asin string The Amazon Standard Identification Number (ASIN) of the item.
seller_sku string The seller stock keeping unit (SKU) of the item. [optional]
order_item_id string An Amazon-defined order item identifier.
title string The name of the item. [optional]
quantity_ordered int The number of items in the order.
quantity_shipped int The number of items shipped. [optional]
product_info \AmazonSP\Orders\ProductInfoDetail [optional]
points_granted \AmazonSP\Orders\PointsGrantedDetail [optional]
item_price \AmazonSP\Orders\Money [optional]
shipping_price \AmazonSP\Orders\Money [optional]
item_tax \AmazonSP\Orders\Money [optional]
shipping_tax \AmazonSP\Orders\Money [optional]
shipping_discount \AmazonSP\Orders\Money [optional]
shipping_discount_tax \AmazonSP\Orders\Money [optional]
promotion_discount \AmazonSP\Orders\Money [optional]
promotion_discount_tax \AmazonSP\Orders\Money [optional]
promotion_ids \AmazonSP\Orders\PromotionIdList [optional]
cod_fee \AmazonSP\Orders\Money [optional]
cod_fee_discount \AmazonSP\Orders\Money [optional]
is_gift bool When true, the item is a gift. [optional]
condition_note string The condition of the item as described by the seller. [optional]
condition_id string The condition of the item. Possible values: New, Used, Collectible, Refurbished, Preorder, Club. [optional]
condition_subtype_id string The subcondition of the item. Possible values: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, Any, Other. [optional]
scheduled_delivery_start_date string The start date of the scheduled delivery window in the time zone of the order destination. In ISO 8601 date time format. [optional]
scheduled_delivery_end_date string The end date of the scheduled delivery window in the time zone of the order destination. In ISO 8601 date time format. [optional]
price_designation string Indicates that the selling price is a special price that is available only for Amazon Business orders. For more information about the Amazon Business Seller Program, see the Amazon Business website. Possible values: BusinessPrice - A special price that is available only for Amazon Business orders. [optional]
tax_collection \AmazonSP\Orders\TaxCollection [optional]
serial_number_required bool When true, the product type for this item has a serial number. Returned only for Amazon Easy Ship orders. [optional]
is_transparency bool When true, transparency codes are required. [optional]
ioss_number string The IOSS number of the seller. Sellers selling in the EU will be assigned a unique IOSS number that must be listed on all packages sent to the EU. [optional]
deemed_reseller_category string The category of deemed reseller. This applies to selling partners that are not based in the EU and is used to help them meet the VAT Deemed Reseller tax laws in the EU and UK. [optional]

[Back to Model list] [Back to API list] [Back to README]