The address or reference to another supplySourceId to act as a return location.

ReturnLocation

interface ReturnLocation {
    addressWithContact?: AddressWithContact;
    supplySourceId?: string;
}

Properties

addressWithContact?: AddressWithContact

ReturnLocation

supplySourceId?: string

The Amazon provided supplySourceId where orders can be returned to.

ReturnLocation