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

    The request schema for the createShipment operation.

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

    Properties

    clientReferenceId: string

    Client reference id.

    containers: Container[]

    A list of container.

    shipFrom: Address
    shipTo: Address