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

    The shipment related data.

    interface Shipment {
        acceptedRate?: AcceptedRate;
        clientReferenceId: string;
        containers: Container[];
        shipFrom: Address;
        shipmentId: string;
        shipper?: Party;
        shipTo: Address;
    }
    Index

    Properties

    acceptedRate?: AcceptedRate
    clientReferenceId: string

    Client reference id.

    containers: Container[]

    A list of container.

    shipFrom: Address
    shipmentId: string

    The unique shipment identifier.

    shipper?: Party
    shipTo: Address