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

    Specifies the 'ship from' address for the shipment.

    interface ShipmentSource {
        address?: Address;
        sourceType: string;
    }
    Index
    address?: Address
    sourceType: string

    The type of source for this shipment. Possible values: SELLER_FACILITY.