Skip to content

POST /api/stores/{storeId}/pickups/{pickupDate}/{fsId}

POST
/api/stores/{storeId}/pickups/{pickupDate}/{fsId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

storeId*
Typestring
Required
Pattern"\\d+"
pickupDate*
Typestring
Required
Pattern"[^/]+"
fsId*
Typestring
Required
Pattern"\\d+"

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python