orders

Create Order Endpoint

Projection of orders.place. Keeps the Stripe-style Idempotency-Key parity at the route (a repeat with the same key replays the first response — one order set, one credit reservation); the workspace/paywall guards + create_orders live in the op.

post/v2/orders

Query parameters

workspaceIdstring required

Headers

x-api-keystring nullable

Request body

dataProductstring required

provider UUID or our internal id/name

displayNamestring required
paramsobject
featureCollectionobject required
tagsstring[] nullable

Response

Successful Response

{"stackTrail":"paths:/v2/orders:post:responses:202:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.