A single order item.

OrderItem

interface OrdersApiModelOrderItem {
    AmazonPrograms?: OrdersApiModelAmazonPrograms;
    ASIN: string;
    AssociatedItems?: OrdersApiModelAssociatedItem[];
    BuyerInfo?: OrdersApiModelItemBuyerInfo;
    BuyerRequestedCancel?: OrdersApiModelBuyerRequestedCancel;
    CODFee?: OrdersApiModelMoney;
    CODFeeDiscount?: OrdersApiModelMoney;
    ConditionId?: string;
    ConditionNote?: string;
    ConditionSubtypeId?: string;
    DeemedResellerCategory?:
        | OrdersApiModelOrderItemDeemedResellerCategoryEnum
        | "IOSS"
        | "UOSS";
    IossNumber?: string;
    IsGift?: string;
    IsTransparency?: boolean;
    ItemPrice?: OrdersApiModelMoney;
    ItemTax?: OrdersApiModelMoney;
    Measurement?: OrdersApiModelMeasurement;
    OrderItemId: string;
    PointsGranted?: OrdersApiModelPointsGrantedDetail;
    PriceDesignation?: string;
    ProductInfo?: OrdersApiModelProductInfoDetail;
    PromotionDiscount?: OrdersApiModelMoney;
    PromotionDiscountTax?: OrdersApiModelMoney;
    PromotionIds?: string[];
    QuantityOrdered: number;
    QuantityShipped?: number;
    ScheduledDeliveryEndDate?: string;
    ScheduledDeliveryStartDate?: string;
    SellerSKU?: string;
    SerialNumberRequired?: boolean;
    SerialNumbers?: string[];
    ShippingConstraints?: OrdersApiModelShippingConstraints;
    ShippingDiscount?: OrdersApiModelMoney;
    ShippingDiscountTax?: OrdersApiModelMoney;
    ShippingPrice?: OrdersApiModelMoney;
    ShippingTax?: OrdersApiModelMoney;
    StoreChainStoreId?: string;
    SubstitutionPreferences?: OrdersApiModelSubstitutionPreferences;
    TaxCollection?: OrdersApiModelTaxCollection;
    Title?: string;
}

Properties

OrderItem

ASIN: string

The item's Amazon Standard Identification Number (ASIN).

OrderItem

AssociatedItems?: OrdersApiModelAssociatedItem[]

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

OrderItem

OrderItem

BuyerRequestedCancel?: OrdersApiModelBuyerRequestedCancel

OrderItem

OrderItem

CODFeeDiscount?: OrdersApiModelMoney

OrderItem

ConditionId?: string

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

OrderItem

ConditionNote?: string

The condition of the item, as described by the seller.

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, and Other.

OrderItem

DeemedResellerCategory?:
    | OrdersApiModelOrderItemDeemedResellerCategoryEnum
    | "IOSS"
    | "UOSS"

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.

OrderItem

IossNumber?: string

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

OrderItem

IsGift?: string

Indicates whether the item is a gift. Possible values: true and false.

OrderItem

IsTransparency?: boolean

When true, the ASIN is enrolled in Transparency. The Transparency serial number that you must submit is determined by: 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 is 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.

OrderItem

OrderItem

OrderItem

OrderItem

OrderItemId: string

An Amazon-defined order item identifier.

OrderItem

OrderItem

PriceDesignation?: string

Indicates that the selling price is a special price that is only available for Amazon Business orders. For more information about the Amazon Business Seller Program, refer to the Amazon Business website. Possible values: BusinessPrice

OrderItem

OrderItem

PromotionDiscount?: OrdersApiModelMoney

OrderItem

PromotionDiscountTax?: OrdersApiModelMoney

OrderItem

PromotionIds?: string[]

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

OrderItem

QuantityOrdered: number

The number of items in the order.

OrderItem

QuantityShipped?: number

The number of items shipped.

OrderItem

ScheduledDeliveryEndDate?: string

The end date of the scheduled delivery window in the time zone for the order destination. In ISO 8601 date time format.

OrderItem

ScheduledDeliveryStartDate?: string

The start date of the scheduled delivery window in the time zone for the order destination. In ISO 8601 date time format.

OrderItem

SellerSKU?: string

The item's seller stock keeping unit (SKU).

OrderItem

SerialNumberRequired?: boolean

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

OrderItem

SerialNumbers?: string[]

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

OrderItem

ShippingConstraints?: OrdersApiModelShippingConstraints

OrderItem

ShippingDiscount?: OrdersApiModelMoney

OrderItem

ShippingDiscountTax?: OrdersApiModelMoney

OrderItem

ShippingPrice?: OrdersApiModelMoney

OrderItem

ShippingTax?: OrdersApiModelMoney

OrderItem

StoreChainStoreId?: string

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

OrderItem

SubstitutionPreferences?: OrdersApiModelSubstitutionPreferences

OrderItem

OrderItem

Title?: string

The item's name.

OrderItem

MMNEPVFCICPMFPCPTTAAATR