Orders
Retrieve order details
This endpoint retrieves detailed information about a specific order by its id. The x-store-id header is needed for authentication. The response includes order status, amounts, taxes, items, and linked customer and product details.
GET
Retrieve order details
Authorizations
Path Parameters
ID of the order to retrieve.
Response
Order details retrieved successfully.
Previous
Get organization membersRetrieve members of a specific organization by organization ID. The endpoint checks if the organization belongs to the store by using the `x-store-id` header for authentication. It fetches members' details including seat status, assigned emails, and creation dates.
- **Parameters:**
- `id` (string, path, required): The ID of the organization.
- **Responses:**
- `200`: Returns member details including subscription details.
- `401`: Unauthorized if `x-store-id` is not provided.
- `404`: Organization not found.
Next
Retrieve order details