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": [
- {
- "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
}
}
}
}
}
}
}
Preview a seller listing update
Creates a preview of an update to a seller listing. The updates will not actually be applied to the listing on the StubHub marketplace.
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. | |
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": [
- {
- "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
}
}
}
}
}
}
}
Preview a seller listing for a requested event
Creates a preview of a seller listing for an event requested by the current user. The listing will not have an id
and will not actually be created on the StubHub marketplace.
Authorizations:
Request Body schema: application/json
(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. | |
(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
{- "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"
}, - "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
- 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
}
}
}
}
}
}
}
Upload e-tickets for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
query Parameters
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketUploadsLinks (object or null)) | |
(ETicketUploadsEmbeddedResources (object or null)) |
Response samples
- 200
- 400
- 401
- 403
- 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,
- "file_name": "string",
- "processed_at": "2019-08-24T14:15:22Z",
- "original_number_of_etickets": 0,
- "status_description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticketupload:document": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "etickets": [
- {
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
]
}
}
List e-ticket uploads for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
query Parameters
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketUploadsLinks (object or null)) | |
(ETicketUploadsEmbeddedResources (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,
- "file_name": "string",
- "processed_at": "2019-08-24T14:15:22Z",
- "original_number_of_etickets": 0,
- "status_description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticketupload:document": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "etickets": [
- {
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
]
}
}
Upload e-tickets for an event
Authorizations:
path Parameters
eventId required | integer <int32> |
query Parameters
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketUploadsLinks (object or null)) | |
(ETicketUploadsEmbeddedResources (object or null)) |
Response samples
- 200
- 400
- 401
- 403
- 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,
- "file_name": "string",
- "processed_at": "2019-08-24T14:15:22Z",
- "original_number_of_etickets": 0,
- "status_description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticketupload:document": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "etickets": [
- {
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
]
}
}
List e-ticket uploads for an event
Authorizations:
path Parameters
eventId required | integer <int32> |
Responses
Response Schema: application/hal+json
id | integer <int32> The identifier of the upload. |
file_name | string or null The name of the file that was uploaded. |
processed_at | string <date-time> The date when all of the E-Tickets in the uploaded file were processed. |
original_number_of_etickets | integer <int32> The original number of E-Tickets contained in the uploaded file. |
status_description | string or null A localised in-depth description of the current status of the upload. |
(ETicketUploadLinks (object or null)) | |
(ETicketUploadEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 404
- 500
{- "id": 0,
- "file_name": "string",
- "processed_at": "2019-08-24T14:15:22Z",
- "original_number_of_etickets": 0,
- "status_description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticketupload:document": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "etickets": [
- {
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
List e-tickets for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
query Parameters
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketsLinks (object or null)) | |
(ETicketsEmbeddedResources (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
}, - "etickets:markback": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "etickets:markedbackdocuments": [
- {
- "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,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
Mark-back e-tickets from a seller listing
Removes a certain number of e-tickets that you no longer wish to sell from your listing.
Authorizations:
path Parameters
listingId required | integer <int64> |
query Parameters
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
Request Body schema: application/json
quantity | integer <int32> |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketsLinks (object or null)) | |
(ETicketsEmbeddedResources (object or null)) |
Request samples
- Payload
{- "quantity": 0
}
Response samples
- 200
- 400
- 401
- 403
- 500
{- "total_items": 0,
- "page": 0,
- "page_size": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "etickets:markback": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "etickets:markedbackdocuments": [
- {
- "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,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
Upload and save e-tickets for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
query Parameters
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketsLinks (object or null)) | |
(ETicketsEmbeddedResources (object or null)) |
Response samples
- 200
- 400
- 401
- 403
- 500
{- "total_items": 0,
- "page": 0,
- "page_size": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "etickets:markback": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "etickets:markedbackdocuments": [
- {
- "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,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
Delete e-ticket from a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
eticketId required | integer <int32> |
Responses
Response samples
- 401
- 403
- 500
{- "code": "string",
- "message": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
Get marked back e-ticket file for seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
markedBackETicketId required | integer <int32> |
Responses
Response Schema: application/octet-stream
Response samples
- 401
- 403
- 404
- 500
{- "code": "string",
- "message": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
List listing constraints for an event
Authorizations:
path Parameters
eventId required | integer <int32> |
Responses
Response Schema: application/hal+json
(Money (object or null)) | |
(Money (object or null)) | |
min_number_of_tickets | integer or null <int32> The minimum number of tickets available for purchase. |
max_number_of_tickets | integer or null <int32> The maximum number of tickets available for purchase. |
ticket_location_required | boolean or null True if a ticket location is required for tickets; Otherwise, false. |
seats_required | boolean or null True if seat-level information (seat_to and seat_from) is required; Otherwise, false. |
sections | Array of objects or null (Section) The valid section and row information. If no sections are specified then any text will be accepted for section and row. |
primary_order_id_required | boolean or null |
home_or_away_required | boolean or null |
(ListingConstraintsLinks (object or null)) | |
(ListingConstraintsEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 404
- 500
{- "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
}
}
}
]
}
}
Get listing constraints for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
Responses
Response Schema: application/hal+json
(Money (object or null)) | |
(Money (object or null)) | |
min_number_of_tickets | integer or null <int32> The minimum number of tickets available for purchase. |
max_number_of_tickets | integer or null <int32> The maximum number of tickets available for purchase. |
ticket_location_required | boolean or null True if a ticket location is required for tickets; Otherwise, false. |
seats_required | boolean or null True if seat-level information (seat_to and seat_from) is required; Otherwise, false. |
sections | Array of objects or null (Section) The valid section and row information. If no sections are specified then any text will be accepted for section and row. |
primary_order_id_required | boolean or null |
home_or_away_required | boolean or null |
(ListingConstraintsLinks (object or null)) | |
(ListingConstraintsEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 404
- 500
{- "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
}
}
}
]
}
}
Get listing constraints for a requested event
Get listings constraints for an event requested by the current user.
Authorizations:
Request Body schema: application/json
(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
(Money (object or null)) | |
(Money (object or null)) | |
min_number_of_tickets | integer or null <int32> The minimum number of tickets available for purchase. |
max_number_of_tickets | integer or null <int32> The maximum number of tickets available for purchase. |
ticket_location_required | boolean or null True if a ticket location is required for tickets; Otherwise, false. |
seats_required | boolean or null True if seat-level information (seat_to and seat_from) is required; Otherwise, false. |
sections | Array of objects or null (Section) The valid section and row information. If no sections are specified then any text will be accepted for section and row. |
primary_order_id_required | boolean or null |
home_or_away_required | boolean or null |
(ListingConstraintsLinks (object or null)) | |
(ListingConstraintsEmbeddedResources (object or null)) |
Request samples
- Payload
{- "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
- 200
- 400
- 401
- 403
- 500
{- "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
}
}
}
]
}
}
List seller events
List events with listings that belong to the authenticated user.
Authorizations:
query Parameters
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> |
(SellerEventsLinks (object or null)) | |
(SellerEventsEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 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,
- "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
}, - "sellerevent:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerevent:sellerlistings": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "lms": true,
- "_embedded": {
- "external_mappings": [
- {
- "id": "string",
- "platform_name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "sales_aggregates": [
- {
- "number_of_sales": 0,
- "proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "number_of_tickets": 0,
- "status": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "salesaggregate:sales": {
- "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 event
Request for an event to be created on the StubHub marketplace.
Authorizations:
Request Body schema: application/json
(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 <int32> The event identifier. |
name | string or null The name of the event. |
start_date | string or null <date-time> The date when the event starts. |
end_date | string or null <date-time> The date when the event ends. |
on_sale_date | string or null <date-time> The date when tickets for the event will go onsale. |
date_confirmed | boolean or null True if the event start and end date have been confirmed; Otherwise, false. |
merged_events | Array of objects or null (MergedEntity) The list of event ids that are merged into this event. |
(SellerEventLinks (object or null)) | |
lms | boolean or null True if the event is a last minute sale event; otherwise, false. |
(SellerEventEmbeddedResources (object or null)) |
Request samples
- Payload
{- "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
- 200
- 400
- 401
- 403
- 500
{- "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
}, - "sellerevent:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerevent:sellerlistings": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "lms": true,
- "_embedded": {
- "external_mappings": [
- {
- "id": "string",
- "platform_name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "sales_aggregates": [
- {
- "number_of_sales": 0,
- "proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "number_of_tickets": 0,
- "status": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "salesaggregate:sales": {
- "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 event
Get an event with listings belonging to the current user
Authorizations:
path Parameters
eventIdOrRequestedEventId required | string or null |
Responses
Response Schema: application/hal+json
id | integer or null <int32> The event identifier. |
name | string or null The name of the event. |
start_date | string or null <date-time> The date when the event starts. |
end_date | string or null <date-time> The date when the event ends. |
on_sale_date | string or null <date-time> The date when tickets for the event will go onsale. |
date_confirmed | boolean or null True if the event start and end date have been confirmed; Otherwise, false. |
merged_events | Array of objects or null (MergedEntity) The list of event ids that are merged into this event. |
(SellerEventLinks (object or null)) | |
lms | boolean or null True if the event is a last minute sale event; otherwise, false. |
(SellerEventEmbeddedResources (object or null)) |
Response samples
- 200
- 401
- 403
- 404
- 500
{- "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
}, - "sellerevent:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerevent:sellerlistings": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "lms": true,
- "_embedded": {
- "external_mappings": [
- {
- "id": "string",
- "platform_name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "sales_aggregates": [
- {
- "number_of_sales": 0,
- "proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "number_of_tickets": 0,
- "status": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "salesaggregate:sales": {
- "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 shipping label for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
shipmentId required | integer <int32> |
Responses
Response Schema: application/octet-stream
Response samples
- 401
- 403
- 404
- 500
{- "code": "string",
- "message": "string",
- "errors": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
List shipments for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
query Parameters
page | integer <int32> Specifies which page of data to retrieve. |
page_size | integer <int32> Set custom page sizes on response. |
Responses
Response Schema: application/hal+json
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ShipmentsLinks (object or null)) | |
(ShipmentsEmbeddedResources (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
}, - "shipment:create": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "items": [
- {
- "id": 0,
- "tracking_number": "string",
- "delivery_address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:entertrackingnumber": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:label": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "delivery_method": {
- "id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "deliverymethod:logo": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "pickup_addresses": [
- {
- "id": 0,
- "full_name": "string",
- "default": true,
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:carrier": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:update": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": null,
- "country:events": null,
- "country:localwebpage": null
}
}
}
}
], - "pickups": [
- {
- "id": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "pickup:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "carrier": {
- "id": 0,
- "name": "string",
- "pickup_windows": [
- null
], - "_links": {
- "self": null,
- "carrier:createpickup": null
}
}
}
}
], - "shipment_state": {
- "id": 0,
- "name": "string",
- "title": "string",
- "description": "string"
}
}
}
]
}
}
Print a shipping label for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
Responses
Response Schema: application/hal+json
id | integer <int32> The shipment identifier. |
tracking_number | string or null The identifier used to track the shipment of the ticket(s). |
(Address (object or null)) The address that the seller must ship the tickets to. | |
(ShipmentLinks (object or null)) | |
(ShipmentEmbeddedResources (object or null)) |
Response samples
- 200
- 400
- 401
- 403
- 500
{- "id": 0,
- "tracking_number": "string",
- "delivery_address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:entertrackingnumber": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:label": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "delivery_method": {
- "id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "deliverymethod:logo": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "pickup_addresses": [
- {
- "id": 0,
- "full_name": "string",
- "default": true,
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:carrier": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:update": {
- "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
}
}
}
}
}
], - "pickups": [
- {
- "id": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "pickup:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "carrier": {
- "id": 0,
- "name": "string",
- "pickup_windows": [
- {
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z"
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "carrier:createpickup": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
], - "shipment_state": {
- "id": 0,
- "name": "string",
- "title": "string",
- "description": "string"
}
}
}
Update a shipment for a seller listing
Authorizations:
path Parameters
listingId required | integer <int64> |
shipmentId required | integer <int32> |
Request Body schema: application/json
tracking_number | string or null The identifier used to track the shipment of the ticket(s). |
Responses
Response Schema: application/hal+json
id | integer <int32> The shipment identifier. |
tracking_number | string or null The identifier used to track the shipment of the ticket(s). |
(Address (object or null)) The address that the seller must ship the tickets to. | |
(ShipmentLinks (object or null)) | |
(ShipmentEmbeddedResources (object or null)) |
Request samples
- Payload
{- "tracking_number": "string"
}
Response samples
- 200
- 400
- 401
- 403
- 500
{- "id": 0,
- "tracking_number": "string",
- "delivery_address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:entertrackingnumber": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:label": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "delivery_method": {
- "id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "deliverymethod:logo": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "pickup_addresses": [
- {
- "id": 0,
- "full_name": "string",
- "default": true,
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:carrier": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:update": {
- "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
}
}
}
}
}
], - "pickups": [
- {
- "id": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "pickup:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "carrier": {
- "id": 0,
- "name": "string",
- "pickup_windows": [
- {
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z"
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "carrier:createpickup": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
], - "shipment_state": {
- "id": 0,
- "name": "string",
- "title": "string",
- "description": "string"
}
}
}
Returned for monetary values, such as ticket prices, fees charged and tax amounts.
amount required | number or null <decimal> The decimal amount of the money. |
currency_code required | string or null The ISO 4217 currency code that the monetary value is represented in. |
display | string or null A user-friendly string representing the monetary value. |
{- "amount": 0,
- "currency_code": "string",
- "display": "string"
}
The ETickets resource is a collection resource that contains zero or more references to a set of E-Tickets, and links that guide you on ways to interact with the E-Tickets. The collection offers a paginated view of E-Tickets.
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketsLinks (object or null)) | |
(ETicketsEmbeddedResources (object or null)) |
{- "total_items": 0,
- "page": 0,
- "page_size": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "etickets:markback": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "etickets:markedbackdocuments": [
- {
- "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,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
Represents an uploaded file that contains one or more E-Tickets.
id | integer <int32> The identifier of the upload. |
file_name | string or null The name of the file that was uploaded. |
processed_at | string <date-time> The date when all of the E-Tickets in the uploaded file were processed. |
original_number_of_etickets | integer <int32> The original number of E-Tickets contained in the uploaded file. |
status_description | string or null A localised in-depth description of the current status of the upload. |
(ETicketUploadLinks (object or null)) | |
(ETicketUploadEmbeddedResources (object or null)) |
{- "id": 0,
- "file_name": "string",
- "processed_at": "2019-08-24T14:15:22Z",
- "original_number_of_etickets": 0,
- "status_description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticketupload:document": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "etickets": [
- {
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ETicketUploadsLinks (object or null)) | |
(ETicketUploadsEmbeddedResources (object or null)) |
{- "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,
- "file_name": "string",
- "processed_at": "2019-08-24T14:15:22Z",
- "original_number_of_etickets": 0,
- "status_description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticketupload:document": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "etickets": [
- {
- "id": 0,
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:document": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "eticket:thumbnail": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
]
}
}
]
}
}
The constraints applied to a listing for a particular event on the StubHub marketplace.
(Money (object or null)) | |
(Money (object or null)) | |
min_number_of_tickets | integer or null <int32> The minimum number of tickets available for purchase. |
max_number_of_tickets | integer or null <int32> The maximum number of tickets available for purchase. |
ticket_location_required | boolean or null True if a ticket location is required for tickets; Otherwise, false. |
seats_required | boolean or null True if seat-level information (seat_to and seat_from) is required; Otherwise, false. |
sections | Array of objects or null (Section) The valid section and row information. If no sections are specified then any text will be accepted for section and row. |
primary_order_id_required | boolean or null |
home_or_away_required | boolean or null |
(ListingConstraintsLinks (object or null)) | |
(ListingConstraintsEmbeddedResources (object or null)) |
{- "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
}
}
}
]
}
}
An event on the StubHub marketplace with listings that belong to the currently authenticated user.
id | integer or null <int32> The event identifier. |
name | string or null The name of the event. |
start_date | string or null <date-time> The date when the event starts. |
end_date | string or null <date-time> The date when the event ends. |
on_sale_date | string or null <date-time> The date when tickets for the event will go onsale. |
date_confirmed | boolean or null True if the event start and end date have been confirmed; Otherwise, false. |
merged_events | Array of objects or null (MergedEntity) The list of event ids that are merged into this event. |
(SellerEventLinks (object or null)) | |
lms | boolean or null True if the event is a last minute sale event; otherwise, false. |
(SellerEventEmbeddedResources (object or null)) |
{- "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
}, - "sellerevent:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerevent:sellerlistings": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "lms": true,
- "_embedded": {
- "external_mappings": [
- {
- "id": "string",
- "platform_name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "sales_aggregates": [
- {
- "number_of_sales": 0,
- "proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "number_of_tickets": 0,
- "status": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "salesaggregate:sales": {
- "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
}
}
}
}
}
}
}
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(SellerEventsLinks (object or null)) | |
(SellerEventsEmbeddedResources (object or null)) |
{- "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,
- "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
}, - "sellerevent:createsellerlisting": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "sellerevent:sellerlistings": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "lms": true,
- "_embedded": {
- "external_mappings": [
- {
- "id": "string",
- "platform_name": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
], - "sales_aggregates": [
- {
- "number_of_sales": 0,
- "proceeds": {
- "amount": 0,
- "currency_code": "string",
- "display": "string"
}, - "number_of_tickets": 0,
- "status": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "salesaggregate:sales": {
- "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
}
}
}
}
}
}
}
]
}
}
A set of tickets for sale on the StubHub marketplace that belong to the currently authenticated user.
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)) |
{- "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
}
}
}
}
}
}
}
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)) |
{- "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
}
}
}
}
}
}
}
]
}
}
A shipment of one or more tickets by a seller.
id | integer <int32> The shipment identifier. |
tracking_number | string or null The identifier used to track the shipment of the ticket(s). |
(Address (object or null)) The address that the seller must ship the tickets to. | |
(ShipmentLinks (object or null)) | |
(ShipmentEmbeddedResources (object or null)) |
{- "id": 0,
- "tracking_number": "string",
- "delivery_address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:entertrackingnumber": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:label": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "delivery_method": {
- "id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "deliverymethod:logo": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "pickup_addresses": [
- {
- "id": 0,
- "full_name": "string",
- "default": true,
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:carrier": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:update": {
- "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
}
}
}
}
}
], - "pickups": [
- {
- "id": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "pickup:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "carrier": {
- "id": 0,
- "name": "string",
- "pickup_windows": [
- {
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z"
}
], - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "carrier:createpickup": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}
}
}
], - "shipment_state": {
- "id": 0,
- "name": "string",
- "title": "string",
- "description": "string"
}
}
}
The Shipments resource is a collection resource that contains zero or more references to a set of shipments, and links that guide you on ways to interact with the shipments. The collection offers a paginated view of shipments.
total_items | integer or null <int32> |
page | integer or null <int32> |
page_size | integer or null <int32> |
(ShipmentsLinks (object or null)) | |
(ShipmentsEmbeddedResources (object or null)) |
{- "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
}, - "shipment:create": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "items": [
- {
- "id": 0,
- "tracking_number": "string",
- "delivery_address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:entertrackingnumber": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "shipment:label": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "delivery_method": {
- "id": 0,
- "type": 0,
- "name": "string",
- "description": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "deliverymethod:logo": {
- "href": "string",
- "title": "string",
- "templated": true
}
}
}, - "pickup_addresses": [
- {
- "id": 0,
- "full_name": "string",
- "default": true,
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:carrier": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "address:update": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "country": {
- "code": "string",
- "name": "string",
- "_links": {
- "self": null,
- "country:events": null,
- "country:localwebpage": null
}
}
}
}
], - "pickups": [
- {
- "id": 0,
- "start_date": "2019-08-24T14:15:22Z",
- "end_date": "2019-08-24T14:15:22Z",
- "address": {
- "full_name": "string",
- "address_1": "string",
- "address_2": "string",
- "address_3": "string",
- "city": "string",
- "state_province": "string",
- "postal_code": "string",
- "country_code": "string",
- "country": "string"
}, - "_links": {
- "self": {
- "href": "string",
- "title": "string",
- "templated": true
}, - "pickup:delete": {
- "href": "string",
- "title": "string",
- "templated": true
}
}, - "_embedded": {
- "carrier": {
- "id": 0,
- "name": "string",
- "pickup_windows": [
- null
], - "_links": {
- "self": null,
- "carrier:createpickup": null
}
}
}
}
], - "shipment_state": {
- "id": 0,
- "name": "string",
- "title": "string",
- "description": "string"
}
}
}
]
}
}