Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 5.8 KB

PickupAtLocationAvailability.md

File metadata and controls

12 lines (9 loc) · 5.8 KB

PickupAtLocationAvailability

Properties

Name Type Description Notes
availabilityType \SapientPro\EbayInventorySDK\Enums\AvailabilityTypeEnum 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;>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&#x27;&gt;eBay API documentation</a> [optional]
fulfillmentTime \SapientPro\EbayInventorySDK\Models\TimeDuration [optional]
merchantLocationKey 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]