Change Delivery Method
put
Change Delivery Method
Resource URL
https://api.stubcloudprod.com/sellers/sales /v3/{saleId}
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 |
Body Parameters
Request Body
saleId Unique Stubhub Sale ID for that Transaction 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
-
400400
Bad Request This indicates bad request and the response will contain the errors in the following format: ``` { "errors": [ { "code": "fulfillment.pdf.file.invalidOrderStatus", "description": "order status is invalid", "data": { "orderStatus": "Cancelled", "orderId": "1234567" } } ] } ```
-
401401
Not authorized to access the API
-
403403
Forbidden
-
404404
Not Found
-
500500
fulfillment.system.error
Resource Summary |
|
Security |
|
Content Type |
application/json |
Category |
Delivery Method |
Working...