Notify orders are ready for pickup

inventory In Store Pickup Sales Api Notify Orders Are Ready For Pickup V1Execute Post

post

Notify customer that the orders is ready for pickup.

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"orderIds":["<integer>","<integer>"]}
Responses
200

OK

application/json
Responseobject
post
/V1/order/notify-orders-are-ready-for-pickup
POST /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": {}
}