eBay · Schema

PickupOptionSummary

The type that defines the fields for the local pickup options that are available for the item. It is used by the pickupOptions container.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
pickupLocationType string This container returns the local pickup options available to the buyer. Possible values are ARRANGED_LOCATION and STORE.
View JSON Schema on GitHub

JSON Schema

ebay-pickupoptionsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PickupOptionSummary",
  "title": "PickupOptionSummary",
  "type": "object",
  "properties": {
    "pickupLocationType": {
      "type": "string",
      "description": "This container returns the local pickup options available to the buyer. Possible values are <code>ARRANGED_LOCATION</code> and <code>STORE</code>."
    }
  },
  "description": "The type that defines the fields for the local pickup options that are available for the item. It is used by the <code>pickupOptions</code> container."
}