Partner Orders

Partner endpoints for order submission and preview. Orders are attributed to the partner organisation and run partner-specific eligibility checks.

Submit Partner Order

post

Submit an order using partner credentials. The order is attributed to the partner organisation and runs partner-specific eligibility checks. All related objects are associated with the partner context.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.

Obtain a token via the OAuth flow described in OAuth Bearer Token.

Pass the token in the Authorization header: Bearer <token>

Body
or
or
or
or
Responses
chevron-right
200

Order submitted successfully.

application/json

Response returned after successfully submitting an order.

idstringOptional

Unique identifier of the created order.

Example: order-4dd195c3eee4297e33aecb5436cf8092
order_referencestringOptional

Human-readable order reference code.

Example: 8HK92PL401QW
statusstring · enumOptional

Processing status of the order.

Example: completePossible values:
external_idstringOptional

The external order reference provided in the request, if any.

Example: EXT-ORD-12345
subscriptionReferencestringOptional

Reference code of the subscription created or modified by this order.

Example: 2TJ25TK632EG
ownerstringOptional

The identity ID that owns objects created by this order.

Example: id-62401f8d5bf6b26a37ea0defd66fd005
post
/partner/order

Preview Partner Order

post

Preview an order within the partner context without submitting it. Returns the calculated pricing, line items, and billing schedule from the billing provider. Useful for showing the customer a price summary before confirming the order.

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.

Obtain a token via the OAuth flow described in OAuth Bearer Token.

Pass the token in the Authorization header: Bearer <token>

Body
objectOptional

Order payload to preview.

Responses
chevron-right
200

Order preview with calculated pricing.

application/json
objectOptional

Preview result from the billing provider. Structure varies by billing plugin (Zuora, Stripe).

post
/partner/order/preview

Last updated

Was this helpful?