Skip to content

Create or modify a manual pick up for a store

PUT
/api/stores/{storeId}/pickups/{pickupDate}

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"

Request Body

application/json
JSON
{
"totalSlots": 4,
"description": "Please come to the back door."
}

Responses

Success

application/json
JSON
{
"isNewlyCreated": true
}

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python