Notify customer that the orders is ready for pickup.
application/json
{"orderIds":["<integer>","<integer>"]}
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>" ] }
OK
{ "successful": true, "errors": [ "labore ipsum dolo", "est eu anim proident velit" ], "extension_attributes": {} }