Skip to content

Check if a user may enter a specific pickup based on pickup rules

GET
/api/stores/{storeId}/pickups/{pickupDate}/eligibility

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*
Typeinteger
Required
Minimum1
pickupDate*
Typestring
Required
Format"date-time"

Responses

Success

application/json
JSON
{
"isEligible": true
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python