Order
Fetches an order from the Firestore database using the provided order ID.
Path parameters
orderIdstringRequiredExample:
The ID of the order to retrieve.
1234567890abcdefResponses
200
Successfully retrieved the order.
application/json
createdAtintegerOptionalExample:
1721745751531accountIdstringOptionalExample:
ordinalsbotdescriptionstringOptionalExample:
e14fefbe-fc23-40a2-b0d6-6aab7bff3438idstringOptionalExample:
f2bcddd4-bd8d-4c88-bf8a-61be0d5b0600statestringOptionalExample:
pendingwebhookUrlstringOptionalExample:
https://webhook.site/f5a2dcec-b7e4-4845-92d1-22ded0057104404
Order not found.
application/json
get
/order/{orderId}