Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

NameComplete
DescriptionCompletion of Shipments
TypePUT / POST
URL/v9/shipments/:id/complete

Long Description

Complete a TMMobile, TMMobileLink, or FlashSeats shipment that is in the pending state.


Parameters

As of 2018-11-29  you may optionally include a URL to claim the tickets with your TM Mobile complete request. Including the URL will reduce the need for you to be contacted if the recipient does not receive the transfer email from the primary box office.


Name
Description
Value Type
Required
tm_mobile_linkThe URL at which the recipient can claim the transferred tickets.string (Must be valid URL)

Required for TMMobileLink shipments.

Optional for TMMobile shipments.

N/A for FlashSeats shipments.

transfer_source


(COMING SOON)

The primary market source / system from which tickets were transferred for the consumer and CS teams knowledge.string (Must be exact value of our stored transferSource list)
Values:
AXS (indicates AXS Resale)
AM (indicates Account Manager)
BA (indicates Ballpark App)
FS (indicates Flash Seats)
PAC (indicates Paciolan)
SG (indicates SeatGeek)
SH (indicates StubHub)
TM (indicates Ticketmaster.com)

The parameter is optional but heavily requested to avoid CS issues and clarification needed from sellers.


Examples

RequestResponse
/v9/shipments/:id/complete
{
  "tm_mobile_link":"https://am.ticketmaster.com/tdgarden/claim?123123lets213232go123rangers1231241",
  "transfer_source":"AM"
}


See Shipments / Show

  • No labels