Order Ready to Pickup

Returns

No Content (202 status on success).

Parameters

orderId

readyToPickup

Responses

200 OK

202

400 Bad Request

401 Unauthorized

Example CURL Request

curl --location --request PUT 'https://api.shipday.com/orders/32830058/meta' \
--header 'Authorization: Basic BgxsDwd00n.LNNn90QydrjgZ1K9dS13' \
--header 'Content-Type: application/json' \
--data '{
    "readyToPickup": true
}'
{}