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

    Interface PurchaseShipmentRequest

    The payload schema for the purchaseShipment operation.

    interface PurchaseShipmentRequest {
        clientReferenceId: string;
        containers: Container[];
        labelSpecification: LabelSpecification;
        serviceType: ServiceType;
        shipDate?: string;
        shipFrom: Address;
        shipTo: Address;
    }
    Index
    clientReferenceId: string

    Client reference id.

    containers: Container[]

    A list of container.

    labelSpecification: LabelSpecification
    serviceType: ServiceType
    shipDate?: string

    The start date and time. This defaults to the current date and time.

    shipFrom: Address
    shipTo: Address