Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.47 KB

PickupAtLocationAvailability.md

File metadata and controls

12 lines (9 loc) · 2.47 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 <strong>pickupAtLocationAvailability.merchantLocationKey</strong> field. This field is required if the <strong>pickupAtLocationAvailability</strong> container is used, and is always returned with the <strong>pickupAtLocationAvailability</strong> container. <br><br> See <a href=&quot;/api-docs/sell/inventory/types/slr:AvailabilityTypeEnum&quot; target=&quot;_blank&quot;>AvailabilityTypeEnum</a> 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 <strong>availabilityType</strong> value should be <code>SHIP_TO_STORE</code>. This field is required if the <strong>pickupAtLocationAvailability</strong> container is used, and is always returned with the <strong>pickupAtLocationAvailability</strong> container.<br> <br><b>Max length</b>: 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 <strong>merchantLocationKey</strong> value. The value of <strong>quantity</strong> should be an integer value greater than <code>0</code>, unless the inventory item is out of stock. This field is required if the <strong>pickupAtLocationAvailability</strong> container is used, and is always returned with the <strong>pickupAtLocationAvailability</strong> container. [optional]

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