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

    Interface CreateShipmentRequest

    The request schema for the createShipment operation.

    interface CreateShipmentRequest {
        clientReferenceId: string;
        containers: Container[];
        shipFrom: Address;
        shipTo: Address;
    }
    Index
    clientReferenceId: string

    Client reference id.

    containers: Container[]

    A list of container.

    shipFrom: Address
    shipTo: Address