Get Listing
get
Get Listing
Resource URL
https://api.stubcloudprod.com/sellers /listings/v3/{listingId}
Query Parameters
Name | Values | Description |
---|---|---|
status |
Optional Parameter. `status=all` returns the listing and the seat info irrespective of listing status/seat status. If the parameter is not passed, only active listing is returned |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
To generate an access token, use the [generateToken API](https://developer.stubhub.com/oauth/apis/post/accesstoken). Note that you will need to add a 'Bearer ' prefix to your access token. Otherwise, you'll get an 'Invalid Access Token' error. |
|
Accept
(required) |
application/json |
Request Body
listingId listing id null true
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
-
404404
Not Found
-
401401
Not authorized to access the listing
-
403403
Forbidden
-
500500
inventory.listings.systemError
Resource Summary |
|
Security |
|
Content Type |
application/json,application/xml |
Category |
Inventory Management |
Working...