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

    The payload schema for the purchaseShipment operation.

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

    Properties

    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