Order Status
Endpoint
GET {{base_url}}
/order-status/{orderId}
Description
This endpoint retrieves the current status of a specific order using its unique orderId
.
Request
URL Parameters
Parameter
Type
Required
Description
orderId
String
Yes
The unique identifier of the order.
Headers
Header
Value
Description
apikey
test1
API key for authentication.
Example Request
Curl Command
Response
Success (200)
Last updated
Was this helpful?