Skip to main content
Update order status
curl --request POST \
  --url https://api.maple.inc/v1/orders/{orderId}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "object": "order_decision",
  "order_id": "<string>",
  "status": "received"
}

Authorizations

Authorization
string
header
required

API key — mpk_test_… for the sandbox, mpk_live_… for production. Issued by Maple during partner onboarding.

Path Parameters

orderId
string
required

Body

application/json
status
enum<string>
required
Available options:
ACCEPTED,
READY,
IN_DELIVERY,
FULFILLED,
REJECTED,
STORE_CANCELLED

Response

Success

object
enum<string>
required
Available options:
order_decision
order_id
string
required
decision
enum<string>
required
Available options:
accept,
deny,
ready,
complete,
cancel,
status
status
enum<string>
required
Available options:
received