Orders
1. Get all orders by platform Id
You will need to know how to get all orders by platformId
, you will need to make a POST request to the /orders/{platformId}
endpoint with your platformId
. Make sure to fill in the required fields in the request body.
Request body:
Response examples: You will receive response 200(success) :
Or a default message error:
If successful you will receive a platformId
, itemId
, and playerId
in the response. If in the event of an error a default message will occur.
Last updated