Fulfill Barcode

Fulfill Barcode

post

Fulfill Barcode

Allows an authenticated seller to fulfill barcodes to orders. For this API call to succeed, every ticket in an order must be fulfilled with a barcode. If only some of the tickets in an order are fulfilled with a barcode, the API returns an error code. NOTE: This API only supports the fulfillment of a barcode in the context of a single order. The API does not fulfill barcodes for multiple orders.

Resource URL

https://api.stubcloudprod.com/sellers/sales /barcode/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


Name Values Description
body

Request Body

saleId Unique Stubhub Sale ID for that Transaction null true

HTTP Basic

OAuth 2.0

API Key

Reset

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 Code
    Error Code
    Description
  • 400
    400

    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" } } ] } ```

  • 401
    401

    Not authorized to access the API

  • 403
    403

    Forbidden

  • 404
    404

    Not Found

  • 500
    500

    fulfillment.barcode.systemError

Resource Summary

Security

Content Type

application/json

Category

Fulfillment

Working...