Notify orders are ready for pickup
Notify customer that the orders is ready for pickup.
Header parameters
Content-TypestringOptionalExample: 
application/jsonBody
objectOptionalExample: 
{"orderIds":["<integer>","<integer>"]}Responses
200
OK
application/json
Responseobject
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
/V1/order/notify-orders-are-ready-for-pickupPOST /V1/order/notify-orders-are-ready-for-pickup HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 38
{
  "orderIds": [
    "<integer>",
    "<integer>"
  ]
}{
  "successful": true,
  "errors": [
    "labore ipsum dolo",
    "est eu anim proident velit"
  ],
  "extension_attributes": {}
}