Get All Orders
get
Get All Orders
Resource URL
https://api.stubhub.com/sellers/orders /v3/
Query Parameters
Name | Values | Description |
---|---|---|
filters |
Possible filter parameters Two and more parameters can be concatenated by AND STATUS ongoing(default) or past ORDERDATE fromEventDate TO toEventDate |
|
sort |
Possible sort parameters EVENTDESC, ORDERDATE, EVENTDATE,Ex EVENTDESC asc,EVENTDATE desc Note- If the sort parameter is not in format field asc|desc, it will default to EVENTDATE asc |
|
start |
Index of the orders |
|
rows |
The number of orders to retrieve. |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
To generate an access token, use the generateToken API @ https://beta-developer.stubhub.com/oauth/apis/post/accesstoken. |
|
Accept
(required) |
application/json |
|
Accept-Language |
Request locale |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Bad Request
-
401401
Not authorized to access the API
-
403403
Forbidden
-
404404
Not Found
-
500500
accountManagement.orders.systemError
Resource Summary |
|
Security |
|
Content Type |
application/json |
Category |
Get All Orders |
Working...