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

    Specifies the 'ship from' address for the shipment.

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

    Properties

    Properties

    address?: Address
    sourceType: string

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