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

    The Amazon fulfillment center address and warehouse ID.

    interface ShipmentDestination {
        address?: Address;
        destinationType: string;
        warehouseId?: string;
    }
    Index

    Properties

    address?: Address
    destinationType: string

    The type of destination for this shipment. Possible values: AMAZON_OPTIMIZED, AMAZON_WAREHOUSE.

    warehouseId?: string

    The warehouse that the shipment should be sent to. This can be empty if the destination type is AMAZON_OPTIMIZED.