Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Item information for a shipment in a fulfillment order.

    interface ShipmentItem {
        amount: Amount;
        lineItemId: string;
        packageId?: string;
        productIdentifier: ProductIdentifier;
        shipmentItemId?: string;
        unitIdentifiers?: { [key: string]: string[] };
    }
    Index
    amount: Amount
    lineItemId: string

    The fulfillment order item identifier that the seller created and submitted with a call to the createOrder operation.

    packageId?: string

    An identifier for the package that contains the item quantity.

    productIdentifier: ProductIdentifier
    shipmentItemId?: string

    A unique identifier for the shipment item.

    unitIdentifiers?: { [key: string]: string[] }

    A map of unit identifier types to lists of identifier values