A Location is a specific location for a Vendor that fulfills orders for your Liftoff account.
The Location that fulfills a given item may be selected based on its proximity to the shipping destination or based on current its inventory on hand.
Properties
Name | Type | Description |
---|---|---|
Id | int | The ID of the location. |
VendorId | int | The ID of the vendor that the location belongs to. |
Vendor (via $expand) | Vendor | The vendor that the location belongs to. |
OrderEmail | string | The email that fulfillment notifications are sent to. This is an optional value. If omitted, no fulfillment notification will be sent for items fulfilled by this vendor location. |
Address | Address | The name, address, and phone number of the vendor location. |