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
RequiredMinimum
1pickupDate*
Typestring
RequiredFormat
"date-time"Request Body
application/json
JSON
{
"totalSlots": 4,
"description": "Please come to the back door."
}
Responses
Success
application/json
JSON
{
"isNewlyCreated": true
}