Get Order Summary

Retrieve a lightweight summary of an order — total price, purchased products. Suitable for billing and product-list display; does not return the full submitted payload.

Casing note: this endpoint projects from CorpNet's underlying Salesforce records, so the response uses Salesforce JSON conventions — including the capitalized Id field on the order object (not lowercase id as the API-constructed responses use elsewhere). Plan for this casing inconsistency, or use case-insensitive parsing.

Path parameter is orderId (Salesforce SObject ID, e.g., 801VB00000LcJlVYAV) — same value as data.partnerOrder.orderGuid returned by POST /create-order. The two are interchangeable here.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the business formation order to retrieve the summary for. This orderId is returned in the response when a new business formation order is successfully created via the Create a Business Formation Order endpoint.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json