Overview
This endpoint retrieves a specific order by its ID. The user must be authenticated and the order must belong to the authenticated user for the specified shop.Endpoint
Authentication
This endpoint requires authentication. Include the user’s JWT token in the Authorization header.Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer token for authentication |
x-shop-id | Yes | Shop ID for context |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The ID of the order to retrieve |

