Xsolla-logo

Get orderClient-side

get/v2/project/{project_id}/order/{order_id}

Retrieves a specified order.

SecurityAuthForCart
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
order_id
required
string

Order ID.

Example: 656
Responses
200

Successful order request.

404

Order not found. Make sure the project_id and the order_id are correct.

Request samples
Response samples
application/json
{
  • "order_id": 1,
  • "status": "paid",
  • "content": {
    }
}