Order

Retrieve an order by ID

get
/order/{orderId}

Fetches an order from the Firestore database using the provided order ID.

Path parameters
orderIdstringRequired

The ID of the order to retrieve.

Example: 1234567890abcdef
Responses
get
/order/{orderId}