Return which action endpoints are available for an order
Orders
Return which action endpoints are available for an order
Returns a per-action eligibility map for an order in its current
state (e.g. can_confirm, can_fulfill, can_invoice,
can_archive, can_void, can_cancel, can_approve). Drives
Stripe-class client-side action gating without each client
re-implementing the state machine. Requires the orders:read
scope.
GET
Return which action endpoints are available for an order
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_
Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Path Parameters
Response
Order eligibility map
The response is of type object.

