Skip to content

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
Required
Format"int64"
Pattern"\\d+"
pickupDate*

Pickup timestamp

Typestring
Required
Example"2017-07-21T17:32:28Z"
Format"date-time"
Pattern"[^/]+"

Request Body

application/json
JSON
{
"totalSlots": null,
"description": null
}

Responses

Created new pickup was successful

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python