location |
\SapientPro\EbayInventorySDK\Models\Location |
|
[optional] |
locationAdditionalInformation |
string |
This text field provides additional information about an inventory location. This field is returned if it is set for the inventory location. <br><br><b>Max length</b>: 256 |
[optional] |
locationInstructions |
string |
This text field is used by the merchant to provide special pickup instructions for the store location. This field can help create a pleasant and easy pickup experience for In-Store Pickup and Click and Collect orders. If this field was not set up through a <strong>createInventoryLocation</strong> or a <strong>updateInventoryLocation</strong> call, eBay will use the default pickup instructions contained in the merchant's profile.<br><br><b>Max length</b>: 1000 |
[optional] |
locationTypes |
\SapientPro\EbayInventorySDK\Enums\StoreTypeEnum[] |
This container defines the function of the inventory location. Typically, an inventory location will serve as a store or a warehouse, but in some cases, an inventory location may be both. <br><br>The location type of an inventory location defaults to <code>WAREHOUSE</code> if a location type is not specified when a merchant creates an inventory location. |
[optional] |
locationWebUrl |
string |
This text field shows the Website address (URL) associated with the inventory location. This field is returned if defined for the inventory location. <br><br><b>Max length</b>: 512 |
[optional] |
merchantLocationKey |
string |
The unique identifier of the inventory location. This identifier is set up by the merchant when the inventory location is first created with the <strong>createInventoryLocation</strong> call. Once this value is set for an inventory location, it cannot be modified. <br><br><b>Max length</b>: 36 |
[optional] |
merchantLocationStatus |
\SapientPro\EbayInventorySDK\Enums\StatusEnum |
This field indicates whether the inventory location is enabled (inventory can be loaded to location) or disabled (inventory can not be loaded to location). The merchant can use the <strong>enableInventoryLocation</strong> call to enable an inventory location in disabled status, or the <strong>disableInventoryLocation</strong> call to disable an inventory location in enabled status. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/api:StatusEnum'>eBay API documentation</a> |
[optional] |
name |
string |
The name of the inventory location. This name should be a human-friendly name as it will be displayed in In-Store Pickup and Click and Collect listings. For store inventory locations, this field is not required for the <strong>createInventoryLocation</strong> call, but a store inventory location must have a defined <strong>name</strong> value before an In-Store Pickup and Click and Collect enabled offer is published. So, if the seller omits this field in the <strong>createInventoryLocation</strong> call, it will have to be added later through a <strong>updateInventoryLocation</strong> call. <br><br><b>Max length</b>: 1000 |
[optional] |
operatingHours |
\SapientPro\EbayInventorySDK\Models\OperatingHours[] |
This container shows the regular operating hours for a store location during the days of the week. A <strong>dayOfWeekEnum</strong> field and an <strong>intervals</strong> container is shown for each day of the week that the store location is open. |
[optional] |
phone |
string |
The phone number for an inventory location. This field will typically only be set and returned for store locations. <br><br><b>Max length</b>: 36 |
[optional] |
specialHours |
\SapientPro\EbayInventorySDK\Models\SpecialHours[] |
This container shows the special operating hours for a store location on a specific date or dates. |
[optional] |