{
"$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 ARRANGED_LOCATION and STORE."
}
},
"description": "The type that defines the fields for the local pickup options that are available for the item. It is used by the pickupOptions container."
}