Creates or modifies a manual pick up for an store.
PATCH
/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*
ID of store
Typeinteger
RequiredFormat
"int64"Pattern
"\\d+"pickupDate*
Pickup timestamp
Typestring
RequiredExample
"2017-07-21T17:32:28Z"Format
"date-time"Pattern
"[^/]+"Request Body
application/json
JSON
{
"totalSlots": null,
"description": null
}
Responses
Created new pickup was successful