Hierarchy

  • SalesOrderItem

Properties

isGift: boolean
lineItemDetails: {
    asin: string;
    name: string;
    sku: string;
    weight: SE.WeightWithUnit;
}

Type declaration

priceSummary: {
    estimatedShipping?: SE.Money;
    estimatedTax: SE.Money;
    total?: SE.Money;
    unitPrice: SE.Money;
}

Type declaration

quantity: number
requestedShippingOptions: {
    shipDate: null | string;
    shippingService: string;
}

Type declaration

  • shipDate: null | string
  • shippingService: string
salesOrderItemId: string
shipTo: SE.Address

Generated using TypeDoc