Selling Partner API SDK for JavaScript
    Preparing search index...

    Properties of packages

    interface PackageDetail {
        carrierCode: string;
        carrierName?: string;
        orderItems: ConfirmShipmentOrderItem[];
        packageReferenceId: string;
        shipDate: string;
        shipFromSupplySourceId?: string;
        shippingMethod?: string;
        trackingNumber: string;
    }
    Index

    Properties

    carrierCode: string

    Identifies the carrier that will deliver the package. This field is required for all marketplaces. For more information, refer to the CarrierCode announcement.

    carrierName?: string

    Carrier name that will deliver the package. Required when carrierCode is "Other"

    A list of order items.

    packageReferenceId: string

    A seller-supplied identifier that uniquely identifies a package within the scope of an order. Only positive numeric values are supported.

    shipDate: string

    The shipping date for the package. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date/time format.

    shipFromSupplySourceId?: string

    The unique identifier for the supply source.

    shippingMethod?: string

    Ship method to be used for shipping the order.

    trackingNumber: string

    The tracking number used to obtain tracking and delivery information.