{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PickupStep",
"title": "PickupStep",
"type": "object",
"properties": {
"merchantLocationKey": {
"type": "string",
"description": "A merchant-defined unique identifier of the merchant's store where the buyer will pick up their In-Store Pickup order.
This field is always returned with the pickupStep container."
}
},
"description": "This type is used to indicate the merchant's store where the buyer will pickup their In-Store Pickup order. The pickupStep container is only returned for In-Store Pickup orders. The In-Store Pickup feature is supported in the US, Canada, UK, Germany, and Australia marketplaces."
}