StubHub Inventory API (2.249.0.0)
Update a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
Request Body schema: application/json
(Money (object or null)) The price of each ticket in the listing. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
(SeatingRequest (object or null)) The seating information for the ticket(s) in this listing. For PATCH Requests, you need to pass in all the fields of a Seating to update, even when you only need to update some of the fields. Otherwise the rest of the fields will be set to empty. | |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
ticket_type | string or null The type of ticket(s) in this listing. |
split_type | string or null The way that the ticket(s) are allowed to be split up when sold. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
ticket_location_address_id | integer or null <int32> The identifier of the address where the ticket(s) are located. |
listing_note_ids | Array of integers or null <int32> An array of listing note identifiers that provides additional notes on the listing |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
notes | string or null A comma-separated string of additional notes about the listing |
instant_delivery | boolean or null |
published | boolean or null True when the listing should be published; Otherwise, false. |
lms_optin | boolean or null True when the listing should be opted into Last Minute Sales; Otherwise, false. |
eticket_ids | Array of integers or null <int32> A array of the identifiers of the E-Tickets to be assigned to the listing. |
external_event_information | Array of objects or null (SellerListingExternalEventInformation) Information about the listing's event on other platforms. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
barcodes | Array of objects or null (BarcodeInformation2) Barcode(s) for the ticket(s) in this listing. |
Responses
Response Schema: application/hal+json
id | integer or null <int64> The listing identifier. |
created_at | string or null <date-time> The date when the listing was created. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
(SeatingDetail (object or null)) The seating information for the ticket(s) in this listing. | |
(SeatingDetail (object or null)) The seating information that will be displayed to buyers for the ticket(s) in this listing. | |
(Money (object or null)) The price of each ticket in the listing. | |
updated_at | string or null <date-time> The date when the listing was last updated. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
expires_at | string or null <date-time> The date when the listing will be automatically unpublished from the marketplace. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
is_ticket_concierge | boolean Whether the listing represents a shorted ticket |
is_auto_po | boolean Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation) Barcode(s) for the ticket(s) in this listing. |
instant_delivery | boolean or null |
undeliverable | boolean or null Shipment of the ticket to the buyer cannot be guaranteed before the event. To increase the deliverability of electronic type tickets, preupload them (e.g. pre-upload barcodes or PDF files.) To increase deliverability of paper tickets, opt your tickets into our LMS program. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
(SellerListingLinks (object or null)) | |
(SellerListingEmbeddedResources (object or null)) |
Request samples
- Payload
{- "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "hide_seat_details": true
}, - "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_type": "string",
- "split_type": "string",
- "number_of_tickets": 0,
- "display_number_of_tickets": 0,
- "ticket_location_address_id": 0,
- "listing_note_ids": [
- 0
], - "in_hand_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "notes": "string",
- "instant_delivery": true,
- "published": true,
- "lms_optin": true,
- "eticket_ids": [
- 0
], - "external_event_information": [
- {
- "id": 0,
- "platform": "string",
- "url": "string",
- "venue_id": 0,
- "performer_id": 0
}
], - "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "barcode_values": [
- "string"
]
}
]
}
Response samples
- 200
- 400
- 401
- 403
- 500
{- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": "string"
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:events": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:localwebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
}
}
Get a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
Responses
Response Schema: application/hal+json
id | integer or null <int64> The listing identifier. |
created_at | string or null <date-time> The date when the listing was created. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
(SeatingDetail (object or null)) The seating information for the ticket(s) in this listing. | |
(SeatingDetail (object or null)) The seating information that will be displayed to buyers for the ticket(s) in this listing. | |
(Money (object or null)) The price of each ticket in the listing. | |
updated_at | string or null <date-time> The date when the listing was last updated. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
expires_at | string or null <date-time> The date when the listing will be automatically unpublished from the marketplace. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
is_ticket_concierge | boolean Whether the listing represents a shorted ticket |
is_auto_po | boolean Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation) Barcode(s) for the ticket(s) in this listing. |
instant_delivery | boolean or null |
undeliverable | boolean or null Shipment of the ticket to the buyer cannot be guaranteed before the event. To increase the deliverability of electronic type tickets, preupload them (e.g. pre-upload barcodes or PDF files.) To increase deliverability of paper tickets, opt your tickets into our LMS program. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
(SellerListingLinks (object or null)) | |
(SellerListingEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 404
- 500
{- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": "string"
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:events": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:localwebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
}
}
List seller listings (recent updates)
List seller listings for the authenticated user that have been created or updated over a certain period of time.
Authorizations:
query Parameters
updated_since | string <date-time> Filters the response to only return items that have been updated since the given timestamp |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(SellerListingsLinks (object or null)) | |
(SellerListingsEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 404
- 500
{- "total_items": 0,
- "page": 0,
- "page_size": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "first": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "last": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "next": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "prev": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "items": [
- {
- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": null
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": null
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": null
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": null
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": null,
- "title": null,
- "templated": null
}, - "country:events": {
- "href": null,
- "title": null,
- "templated": null
}, - "country:localwebpage": {
- "href": null,
- "title": null,
- "templated": null
}
}
}
}
}
}
}
]
}
}
List seller listings
List seller listings for the authenticated user.
Authorizations:
query Parameters
event_id | integer or null <int32> |
requested_event_id | string or null <guid> |
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
updated_since | string <date-time> Filters the response to only return items that have been updated since the given timestamp |
sort | string Determines the ordering of items. A comma-separated string containing |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(SellerListingsLinks (object or null)) | |
(SellerListingsEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 404
- 500
{- "total_items": 0,
- "page": 0,
- "page_size": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "first": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "last": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "next": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "prev": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "items": [
- {
- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": null
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": null
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": null
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": null
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": null
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": null,
- "title": null,
- "templated": null
}, - "country:events": {
- "href": null,
- "title": null,
- "templated": null
}, - "country:localwebpage": {
- "href": null,
- "title": null,
- "templated": null
}
}
}
}
}
}
}
]
}
}
Create a seller listing for a requested event
Creates a seller listing for an event requested by the current user.
Authorizations:
Request Body schema: application/json
(Money (object or null)) The price of each ticket in the listing. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
required | (SeatingRequest (object or null)) The seating information for the ticket(s) in this listing. For PATCH Requests, you need to pass in all the fields of a Seating to update, even when you only need to update some of the fields. Otherwise the rest of the fields will be set to empty. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
ticket_type required | string or null The type of ticket(s) in this listing. |
split_type required | string or null The way that the ticket(s) are allowed to be split up when sold. |
number_of_tickets required | integer or null <int32> The number of tickets available for purchase. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
ticket_location_address_id | integer or null <int32> The identifier of the address where the ticket(s) are located. |
listing_note_ids | Array of integers or null <int32> An array of listing note identifiers that provides additional notes on the listing |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
notes | string or null A comma-separated string of additional notes about the listing |
instant_delivery | boolean or null |
published | boolean or null True when the listing should be published; Otherwise, false. |
lms_optin | boolean or null True when the listing should be opted into Last Minute Sales; Otherwise, false. |
eticket_ids | Array of integers or null <int32> A array of the identifiers of the E-Tickets to be assigned to the listing. |
relist_transaction_id | integer or null <int32> Used when relisting tickets previously purchased on Stubhub marketplace. Include the transaction ID in the id value field. |
external_event_information | Array of objects or null (SellerListingExternalEventInformation) Information about the listing's event on other platforms. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
is_ticket_concierge | boolean or null Whether the listing represents a shorted ticket |
is_auto_po | boolean or null Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation2) Barcode(s) for the ticket(s) in this listing. |
(EventRequest (object or null)) The event information. | |
(VenueRequest (object or null)) The venue where the event will take place. | |
(CountryRequest (object or null)) The country where the event will take place. |
Responses
Response Schema: application/hal+json
id | integer or null <int64> The listing identifier. |
created_at | string or null <date-time> The date when the listing was created. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
(SeatingDetail (object or null)) The seating information for the ticket(s) in this listing. | |
(SeatingDetail (object or null)) The seating information that will be displayed to buyers for the ticket(s) in this listing. | |
(Money (object or null)) The price of each ticket in the listing. | |
updated_at | string or null <date-time> The date when the listing was last updated. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
expires_at | string or null <date-time> The date when the listing will be automatically unpublished from the marketplace. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
is_ticket_concierge | boolean Whether the listing represents a shorted ticket |
is_auto_po | boolean Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation) Barcode(s) for the ticket(s) in this listing. |
instant_delivery | boolean or null |
undeliverable | boolean or null Shipment of the ticket to the buyer cannot be guaranteed before the event. To increase the deliverability of electronic type tickets, preupload them (e.g. pre-upload barcodes or PDF files.) To increase deliverability of paper tickets, opt your tickets into our LMS program. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
(SellerListingLinks (object or null)) | |
(SellerListingEmbeddedResources (object or null)) |
Request samples
- Payload
{- "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "hide_seat_details": true
}, - "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_type": "string",
- "split_type": "string",
- "number_of_tickets": 0,
- "display_number_of_tickets": 0,
- "ticket_location_address_id": 0,
- "listing_note_ids": [
- 0
], - "in_hand_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "notes": "string",
- "instant_delivery": true,
- "published": true,
- "lms_optin": true,
- "eticket_ids": [
- 0
], - "relist_transaction_id": 0,
- "external_event_information": [
- {
- "id": 0,
- "platform": "string",
- "url": "string",
- "venue_id": 0,
- "performer_id": 0
}
], - "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "barcode_values": [
- "string"
]
}
], - "event": {
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "note": "string"
}, - "venue": {
- "name": "string",
- "city": "string",
- "state_province": "string"
}, - "country": {
- "code": "string"
}
}
Response samples
- 201
- 400
- 401
- 403
- 500
{- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": "string"
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:events": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:localwebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
}
}
Create a seller listing
Authorizations:
path Parameters
eventId required | integer <int32> |
Request Body schema: application/json
(Money (object or null)) The price of each ticket in the listing. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
required | (SeatingRequest (object or null)) The seating information for the ticket(s) in this listing. For PATCH Requests, you need to pass in all the fields of a Seating to update, even when you only need to update some of the fields. Otherwise the rest of the fields will be set to empty. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
ticket_type required | string or null The type of ticket(s) in this listing. |
split_type required | string or null The way that the ticket(s) are allowed to be split up when sold. |
number_of_tickets required | integer or null <int32> The number of tickets available for purchase. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
ticket_location_address_id | integer or null <int32> The identifier of the address where the ticket(s) are located. |
listing_note_ids | Array of integers or null <int32> An array of listing note identifiers that provides additional notes on the listing |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
notes | string or null A comma-separated string of additional notes about the listing |
instant_delivery | boolean or null |
published | boolean or null True when the listing should be published; Otherwise, false. |
lms_optin | boolean or null True when the listing should be opted into Last Minute Sales; Otherwise, false. |
eticket_ids | Array of integers or null <int32> A array of the identifiers of the E-Tickets to be assigned to the listing. |
relist_transaction_id | integer or null <int32> Used when relisting tickets previously purchased on Stubhub marketplace. Include the transaction ID in the id value field. |
external_event_information | Array of objects or null (SellerListingExternalEventInformation) Information about the listing's event on other platforms. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
is_ticket_concierge | boolean or null Whether the listing represents a shorted ticket |
is_auto_po | boolean or null Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation2) Barcode(s) for the ticket(s) in this listing. |
Responses
Response Schema: application/hal+json
id | integer or null <int64> The listing identifier. |
created_at | string or null <date-time> The date when the listing was created. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
(SeatingDetail (object or null)) The seating information for the ticket(s) in this listing. | |
(SeatingDetail (object or null)) The seating information that will be displayed to buyers for the ticket(s) in this listing. | |
(Money (object or null)) The price of each ticket in the listing. | |
updated_at | string or null <date-time> The date when the listing was last updated. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
expires_at | string or null <date-time> The date when the listing will be automatically unpublished from the marketplace. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
is_ticket_concierge | boolean Whether the listing represents a shorted ticket |
is_auto_po | boolean Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation) Barcode(s) for the ticket(s) in this listing. |
instant_delivery | boolean or null |
undeliverable | boolean or null Shipment of the ticket to the buyer cannot be guaranteed before the event. To increase the deliverability of electronic type tickets, preupload them (e.g. pre-upload barcodes or PDF files.) To increase deliverability of paper tickets, opt your tickets into our LMS program. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
(SellerListingLinks (object or null)) | |
(SellerListingEmbeddedResources (object or null)) |
Request samples
- Payload
{- "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "hide_seat_details": true
}, - "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_type": "string",
- "split_type": "string",
- "number_of_tickets": 0,
- "display_number_of_tickets": 0,
- "ticket_location_address_id": 0,
- "listing_note_ids": [
- 0
], - "in_hand_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "notes": "string",
- "instant_delivery": true,
- "published": true,
- "lms_optin": true,
- "eticket_ids": [
- 0
], - "relist_transaction_id": 0,
- "external_event_information": [
- {
- "id": 0,
- "platform": "string",
- "url": "string",
- "venue_id": 0,
- "performer_id": 0
}
], - "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "barcode_values": [
- "string"
]
}
]
}
Response samples
- 201
- 400
- 401
- 403
- 500
{- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": "string"
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:events": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:localwebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
}
}
Manage your inventory using identifiers from an external inventory management system.
Get a seller listing by external ID
Get a seller listing by identifier that has been assigned to the listing in an external inventory management system.
Authorizations:
path Parameters
externallistingId required | string or null |
Responses
Response Schema: application/hal+json
id | integer or null <int64> The listing identifier. |
created_at | string or null <date-time> The date when the listing was created. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
(SeatingDetail (object or null)) The seating information for the ticket(s) in this listing. | |
(SeatingDetail (object or null)) The seating information that will be displayed to buyers for the ticket(s) in this listing. | |
(Money (object or null)) The price of each ticket in the listing. | |
updated_at | string or null <date-time> The date when the listing was last updated. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
expires_at | string or null <date-time> The date when the listing will be automatically unpublished from the marketplace. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
is_ticket_concierge | boolean Whether the listing represents a shorted ticket |
is_auto_po | boolean Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation) Barcode(s) for the ticket(s) in this listing. |
instant_delivery | boolean or null |
undeliverable | boolean or null Shipment of the ticket to the buyer cannot be guaranteed before the event. To increase the deliverability of electronic type tickets, preupload them (e.g. pre-upload barcodes or PDF files.) To increase deliverability of paper tickets, opt your tickets into our LMS program. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
(SellerListingLinks (object or null)) | |
(SellerListingEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 404
- 500
{- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": "string"
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:events": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:localwebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
}
}
Update a seller listing by external ID
Update a seller listing by identifier that has been assigned to the listing in an external inventory management system.
Authorizations:
path Parameters
externalId required | string or null |
Request Body schema: application/json
(Money (object or null)) The price of each ticket in the listing. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
(SeatingRequest (object or null)) The seating information for the ticket(s) in this listing. For PATCH Requests, you need to pass in all the fields of a Seating to update, even when you only need to update some of the fields. Otherwise the rest of the fields will be set to empty. | |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
ticket_type | string or null The type of ticket(s) in this listing. |
split_type | string or null The way that the ticket(s) are allowed to be split up when sold. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
ticket_location_address_id | integer or null <int32> The identifier of the address where the ticket(s) are located. |
listing_note_ids | Array of integers or null <int32> An array of listing note identifiers that provides additional notes on the listing |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
notes | string or null A comma-separated string of additional notes about the listing |
instant_delivery | boolean or null |
published | boolean or null True when the listing should be published; Otherwise, false. |
lms_optin | boolean or null True when the listing should be opted into Last Minute Sales; Otherwise, false. |
eticket_ids | Array of integers or null <int32> A array of the identifiers of the E-Tickets to be assigned to the listing. |
external_event_information | Array of objects or null (SellerListingExternalEventInformation) Information about the listing's event on other platforms. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
barcodes | Array of objects or null (BarcodeInformation2) Barcode(s) for the ticket(s) in this listing. |
Responses
Response Schema: application/hal+json
id | integer or null <int64> The listing identifier. |
created_at | string or null <date-time> The date when the listing was created. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
(SeatingDetail (object or null)) The seating information for the ticket(s) in this listing. | |
(SeatingDetail (object or null)) The seating information that will be displayed to buyers for the ticket(s) in this listing. | |
(Money (object or null)) The price of each ticket in the listing. | |
updated_at | string or null <date-time> The date when the listing was last updated. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
expires_at | string or null <date-time> The date when the listing will be automatically unpublished from the marketplace. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
is_ticket_concierge | boolean Whether the listing represents a shorted ticket |
is_auto_po | boolean Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation) Barcode(s) for the ticket(s) in this listing. |
instant_delivery | boolean or null |
undeliverable | boolean or null Shipment of the ticket to the buyer cannot be guaranteed before the event. To increase the deliverability of electronic type tickets, preupload them (e.g. pre-upload barcodes or PDF files.) To increase deliverability of paper tickets, opt your tickets into our LMS program. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
(SellerListingLinks (object or null)) | |
(SellerListingEmbeddedResources (object or null)) |
Request samples
- Payload
{- "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "hide_seat_details": true
}, - "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_type": "string",
- "split_type": "string",
- "number_of_tickets": 0,
- "display_number_of_tickets": 0,
- "ticket_location_address_id": 0,
- "listing_note_ids": [
- 0
], - "in_hand_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "notes": "string",
- "instant_delivery": true,
- "published": true,
- "lms_optin": true,
- "eticket_ids": [
- 0
], - "external_event_information": [
- {
- "id": 0,
- "platform": "string",
- "url": "string",
- "venue_id": 0,
- "performer_id": 0
}
], - "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "barcode_values": [
- "string"
]
}
]
}
Response samples
- 200
- 400
- 401
- 403
- 500
{- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": "string"
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "currencies": [
- {
- "code": "string",
- "name": "string",
- "symbol": "string",
- "decimal_places": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "required_unique_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "restricted_on_use_listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "split_types": [
- {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "ticket_types": [
- {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}, - "event": {
- "id": 0,
- "name": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "on_sale_date": "2019-08-24T14:15:22Z",
- "date_confirmed": true,
- "merged_events": [
- {
- "id": 0
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "listing_notes": [
- {
- "id": 0,
- "note": "string",
- "type": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "relist_transaction": {
- "id": 0
}, - "split_type": {
- "type": "string",
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "ticket_type": {
- "type": "string",
- "name": "string",
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "venue": {
- "id": 0,
- "name": "string",
- "city": "string",
- "state_province": "string",
- "latitude": 0,
- "longitude": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:events": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "country:localwebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
}
}
Delete a seller listing by external ID
Delete a seller listing by identifier that has been assigned to the listing in an external inventory management system.
Authorizations:
path Parameters
externalId required | string or null |
Responses
Response samples
- 401
- 403
- 500
{- "code": "string",
- "message": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Preview a seller listing
Creates a preview of a seller listing. The listing will not have an id
and will not actually be created on the StubHub marketplace.
Authorizations:
path Parameters
eventId required | integer <int32> |
Request Body schema: application/json
(Money (object or null)) The price of each ticket in the listing. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
required | (SeatingRequest (object or null)) The seating information for the ticket(s) in this listing. For PATCH Requests, you need to pass in all the fields of a Seating to update, even when you only need to update some of the fields. Otherwise the rest of the fields will be set to empty. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
ticket_type required | string or null The type of ticket(s) in this listing. |
split_type required | string or null The way that the ticket(s) are allowed to be split up when sold. |
number_of_tickets required | integer or null <int32> The number of tickets available for purchase. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
ticket_location_address_id | integer or null <int32> The identifier of the address where the ticket(s) are located. |
listing_note_ids | Array of integers or null <int32> An array of listing note identifiers that provides additional notes on the listing |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
notes | string or null A comma-separated string of additional notes about the listing |
instant_delivery | boolean or null |
published | boolean or null True when the listing should be published; Otherwise, false. |
lms_optin | boolean or null True when the listing should be opted into Last Minute Sales; Otherwise, false. |
eticket_ids | Array of integers or null <int32> A array of the identifiers of the E-Tickets to be assigned to the listing. |
external_event_information | Array of objects or null (SellerListingExternalEventInformation) Information about the listing's event on other platforms. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
barcodes | Array of objects or null (BarcodeInformation2) Barcode(s) for the ticket(s) in this listing. |
Responses
Response Schema: application/hal+json
id | integer or null <int64> The listing identifier. |
created_at | string or null <date-time> The date when the listing was created. |
number_of_tickets | integer or null <int32> The number of tickets available for purchase. |
(SeatingDetail (object or null)) The seating information for the ticket(s) in this listing. | |
(SeatingDetail (object or null)) The seating information that will be displayed to buyers for the ticket(s) in this listing. | |
(Money (object or null)) The price of each ticket in the listing. | |
updated_at | string or null <date-time> The date when the listing was last updated. |
external_id | string or null An identifier that has been assigned to the listing in an external inventory management system. |
expires_at | string or null <date-time> The date when the listing will be automatically unpublished from the marketplace. |
display_number_of_tickets | integer or null <int32> The number of tickets that should be displayed to buyers as available for purchase. |
(Money (object or null)) The price printed on the ticket, not including any booking fees. | |
(Money (object or null)) The amount that the seller will receive for each ticket sold. | |
in_hand_at | string or null <date-time> The date when the seller will have the tickets in hand. |
is_ticket_concierge | boolean Whether the listing represents a shorted ticket |
is_auto_po | boolean Whether a listing was automatically generated from a purchase order |
barcodes | Array of objects or null (BarcodeInformation) Barcode(s) for the ticket(s) in this listing. |
instant_delivery | boolean or null |
undeliverable | boolean or null Shipment of the ticket to the buyer cannot be guaranteed before the event. To increase the deliverability of electronic type tickets, preupload them (e.g. pre-upload barcodes or PDF files.) To increase deliverability of paper tickets, opt your tickets into our LMS program. |
(Money (object or null)) The purchase price paid by the seller for each ticket in the listing. | |
(Money (object or null)) The total purchase price paid by the seller. | |
sales_tax_paid | boolean or null True if the seller already paid sales tax for the ticket(s); otherwise, false. |
(SellerListingLinks (object or null)) | |
(SellerListingEmbeddedResources (object or null)) |
Request samples
- Payload
{- "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "hide_seat_details": true
}, - "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_type": "string",
- "split_type": "string",
- "number_of_tickets": 0,
- "display_number_of_tickets": 0,
- "ticket_location_address_id": 0,
- "listing_note_ids": [
- 0
], - "in_hand_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "notes": "string",
- "instant_delivery": true,
- "published": true,
- "lms_optin": true,
- "eticket_ids": [
- 0
], - "external_event_information": [
- {
- "id": 0,
- "platform": "string",
- "url": "string",
- "venue_id": 0,
- "performer_id": 0
}
], - "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "barcode_values": [
- "string"
]
}
]
}
Response samples
- 200
- 400
- 401
- 403
- 500
{- "id": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "number_of_tickets": 0,
- "seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "display_seating": {
- "section": "string",
- "row": "string",
- "seat_from": "string",
- "seat_to": "string",
- "state": {
- "visible_in_venue_map": true
}
}, - "ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "updated_at": "2019-08-24T14:15:22Z",
- "external_id": "string",
- "expires_at": "2019-08-24T14:15:22Z",
- "display_number_of_tickets": 0,
- "face_value": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "ticket_proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "in_hand_at": "2019-08-24T14:15:22Z",
- "is_ticket_concierge": true,
- "is_auto_po": true,
- "barcodes": [
- {
- "seat_ordinal": 0,
- "seat": "string",
- "row": "string",
- "status": "string",
- "barcode_values_sha256_hashed": [
- "string"
]
}
], - "instant_delivery": true,
- "undeliverable": true,
- "purchase_price_per_ticket": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "total_purchase_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "sales_tax_paid": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "event:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:constraints": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:contactuswebpage": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:etickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:eticketuploads": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptin": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmsoptout": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:lmspickup": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:optionalverificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:pricing": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:publish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:saveetickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:shipments": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:ticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:unpublish": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatedisplaynumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatefacevalue": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateinhandat": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenotes": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatenumberoftickets": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatepreview": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateseating": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatesplittype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketlocation": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updateticketprice": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:updatetickettype": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:uploadeticket": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:verificationrequests": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerlisting:webpage": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "constraints": {
- "min_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "max_ticket_price": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "min_number_of_tickets": 0,
- "max_number_of_tickets": 0,
- "ticket_location_required": true,
- "seats_required": true,
- "sections": [
- {
- "name": "string",
- "free_text_row": true,
- "queue_number_row": true,
- "rows": [
- {
- "name": "string"
}
]
}
], - "primary_order_id_required": true,
- "home_or_away_required": true,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "connected_seller_listing_notes": [