Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.94 KB

PickupAtLocationAvailability.md

File metadata and controls

12 lines (9 loc) · 1.94 KB

# PickupAtLocationAvailability

Properties

Name Type Description Notes
availability_type string The enumeration value in this field indicates the availability status of the inventory item at the merchant's physical store specified by the pickupAtLocationAvailability.merchantLocationKey field. This field is required if the pickupAtLocationAvailability container is used, and is always returned with the pickupAtLocationAvailability container. See AvailabilityTypeEnum for more information about how/when you use each enumeration value. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/inventory/types/slr:AvailabilityTypeEnum&#39;&gt;eBay API documentation</a> [optional]
fulfillment_time \Ebay\Sell\Inventory\Model\TimeDuration [optional]
merchant_location_key string The unique identifier of a merchant's store where the In-Store Pickup inventory item is currently located, or where inventory will be sent to. If the merchant's store is currently awaiting for inventory, the availabilityType value should be SHIP_TO_STORE. This field is required if the pickupAtLocationAvailability container is used, and is always returned with the pickupAtLocationAvailability container. Max length: 36 [optional]
quantity int This integer value indicates the quantity of the inventory item that is available for In-Store Pickup at the store identified by the merchantLocationKey value. The value of quantity should be an integer value greater than 0, unless the inventory item is out of stock. This field is required if the pickupAtLocationAvailability container is used, and is always returned with the pickupAtLocationAvailability container. [optional]

[Back to Model list] [Back to API list] [Back to README]