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

    Information about a shipment.

    interface Shipment {
        charges: Charge[];
        creationDateTime: string;
        earliestPackDateTime?: string;
        id: string;
        invoiceInfo?: InvoiceInfo;
        lastUpdatedDateTime: string;
        lineItems: ShipmentLineItem[];
        locationId: string;
        marketplaceAttributes: MarketplaceAttributes;
        packages?: Package[];
        partyInfoList?: PartyIdentificationInfo[];
        reason?: string;
        shipmentInfo: ShipmentInfo;
        shipmentRequirements: ShipmentRequirements;
        shippingInfo: ShippingInfo;
        status: ShipmentStatusEnum;
        subStatus?: ShipmentSubStatusEnum;
    }
    Index

    Properties

    charges: Charge[]

    The charges associated with the shipment.

    creationDateTime: string

    A date and time in ISO 8601 format.

    earliestPackDateTime?: string

    A date and time in ISO 8601 format.

    id: string

    The shipment's ID.

    invoiceInfo?: InvoiceInfo
    lastUpdatedDateTime: string

    A date and time in ISO 8601 format.

    lineItems: ShipmentLineItem[]

    The line items in the shipment.

    locationId: string

    The location identifier of the seller's location in the marketplace channel to which the shipment has been created for fulfillment.

    marketplaceAttributes: MarketplaceAttributes
    packages?: Package[]

    The list of packages in the shipment.

    partyInfoList?: PartyIdentificationInfo[]

    All involved party identification and metadata for the vendor, buyer, and seller. Applicable for direct-fulfillment sellers.

    reason?: string

    The reason for the sub-status.

    shipmentInfo: ShipmentInfo
    shipmentRequirements: ShipmentRequirements
    shippingInfo: ShippingInfo

    The current status of the shipment.

    The sub status of the shipment.