A single order item.

Export

OrderItem

interface OrderItem {
    ASIN: string;
    AssociatedItems?: AssociatedItem[];
    BuyerInfo?: ItemBuyerInfo;
    BuyerRequestedCancel?: BuyerRequestedCancel;
    CODFee?: Money;
    CODFeeDiscount?: Money;
    ConditionId?: string;
    ConditionNote?: string;
    ConditionSubtypeId?: string;
    DeemedResellerCategory?: OrderItemDeemedResellerCategoryEnum;
    IossNumber?: string;
    IsGift?: boolean;
    IsTransparency?: boolean;
    ItemPrice?: Money;
    ItemTax?: Money;
    Measurement?: Measurement;
    OrderItemId: string;
    PointsGranted?: PointsGrantedDetail;
    PriceDesignation?: string;
    ProductInfo?: ProductInfoDetail;
    PromotionDiscount?: Money;
    PromotionDiscountTax?: Money;
    PromotionIds?: string[];
    QuantityOrdered: number;
    QuantityShipped?: number;
    ScheduledDeliveryEndDate?: string;
    ScheduledDeliveryStartDate?: string;
    SellerSKU?: string;
    SerialNumberRequired?: boolean;
    SerialNumbers?: string[];
    ShippingDiscount?: Money;
    ShippingDiscountTax?: Money;
    ShippingPrice?: Money;
    ShippingTax?: Money;
    StoreChainStoreId?: string;
    SubstitutionPreferences?: SubstitutionPreferences;
    TaxCollection?: TaxCollection;
    Title?: string;
}

Properties

ASIN: string

The Amazon Standard Identification Number (ASIN) of the item.

Memberof

OrderItem

AssociatedItems?: AssociatedItem[]

A list of associated items that a customer has purchased with a product. For example, a tire installation service purchased with tires.

Memberof

OrderItem

BuyerInfo?: ItemBuyerInfo

Memberof

OrderItem

BuyerRequestedCancel?: BuyerRequestedCancel

Memberof

OrderItem

CODFee?: Money

Memberof

OrderItem

CODFeeDiscount?: Money

Memberof

OrderItem

ConditionId?: string

The condition of the item. Possible values: New, Used, Collectible, Refurbished, Preorder, Club.

Memberof

OrderItem

ConditionNote?: string

The condition of the item as described by the seller.

Memberof

OrderItem

ConditionSubtypeId?: 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.

Memberof

OrderItem

DeemedResellerCategory?: OrderItemDeemedResellerCategoryEnum

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.

Memberof

OrderItem

IossNumber?: string

The IOSS number for the marketplace. Sellers shipping to the European Union (EU) from outside of the EU must provide this IOSS number to their carrier when Amazon has collected the VAT on the sale.

Memberof

OrderItem

IsGift?: boolean

When true, the item is a gift.

Memberof

OrderItem

IsTransparency?: boolean

When true, the ASIN is enrolled in Transparency and the Transparency serial number that needs to be submitted can be determined by the following: 1D or 2D Barcode: This has a T logo. Submit either the 29-character alpha-numeric identifier beginning with AZ or ZA, or the 38-character Serialized Global Trade Item Number (SGTIN). 2D Barcode SN: Submit the 7- to 20-character serial number barcode, which likely has the prefix SN. The serial number will be applied to the same side of the packaging as the GTIN (UPC/EAN/ISBN) barcode. QR code SN: Submit the URL that the QR code generates.

Memberof

OrderItem

ItemPrice?: Money

Memberof

OrderItem

ItemTax?: Money

Memberof

OrderItem

Measurement?: Measurement

Memberof

OrderItem

OrderItemId: string

An Amazon-defined order item identifier.

Memberof

OrderItem

PointsGranted?: PointsGrantedDetail

Memberof

OrderItem

PriceDesignation?: 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.

Memberof

OrderItem

ProductInfo?: ProductInfoDetail

Memberof

OrderItem

PromotionDiscount?: Money

Memberof

OrderItem

PromotionDiscountTax?: Money

Memberof

OrderItem

PromotionIds?: string[]

A list of promotion identifiers provided by the seller when the promotions were created.

Memberof

OrderItem

QuantityOrdered: number

The number of items in the order.

Memberof

OrderItem

QuantityShipped?: number

The number of items shipped.

Memberof

OrderItem

ScheduledDeliveryEndDate?: string

The end date of the scheduled delivery window in the time zone of the order destination. In <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date time format.

Memberof

OrderItem

ScheduledDeliveryStartDate?: string

The start date of the scheduled delivery window in the time zone of the order destination. In <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date time format.

Memberof

OrderItem

SellerSKU?: string

The seller stock keeping unit (SKU) of the item.

Memberof

OrderItem

SerialNumberRequired?: boolean

When true, the product type for this item has a serial number. Returned only for Amazon Easy Ship orders.

Memberof

OrderItem

SerialNumbers?: string[]

A list of serial numbers for electronic products that are shipped to customers. Returned for FBA orders only.

Memberof

OrderItem

ShippingDiscount?: Money

Memberof

OrderItem

ShippingDiscountTax?: Money

Memberof

OrderItem

ShippingPrice?: Money

Memberof

OrderItem

ShippingTax?: Money

Memberof

OrderItem

StoreChainStoreId?: string

The store chain store identifier. Linked to a specific store in a store chain.

Memberof

OrderItem

SubstitutionPreferences?: SubstitutionPreferences

Memberof

OrderItem

TaxCollection?: TaxCollection

Memberof

OrderItem

Title?: string

The name of the item.

Memberof

OrderItem