Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
labelapi_docs_shipments


NameShipments Update
DescriptionUpdate a shipment for an existing order
TypePUT
URL/v9/shipments/:id
Credential TypeAPI|User


...

PUT /v9/shipments/1234567Response


Paste code macro
languagejson
{"mobile_transfer_type":"TMMobile"}

OR

Paste code macro
languagejson
{"mobile_transfer_type":"FlashSeats"}

OR

Paste code macro
languagejson
{"tm_mobile_shipmenttransfer_type":"TMMobileLink"}



Code Block
languagejs
themeMidnight
firstline1
titleResponse
{
  "id": 5192586,
  "url": "/shipment/5192586",
  "type": "TMMobile",
  "email_address": {
    "id": 4227710,
    "url": null,
    "address": "michaelstarr@example.com",
    "label": null,
    "updated_at": "2021-05-16T22:15:11Z"
  },
}

(Response has been trimmed for brevity.)

SELLER: Change a Shipment From Tbd to Transfer (TMMobile or TMMobileLink)

Orders that are expected to be transferred begin with a default shipment.type of Tbd after order creation and will remain so until the seller decides on the final shipment method (TMMobile or TMMobileLink). See also: HOW TO: Automate Flash & TM Mobile Transfers

Name
Description
Type
Required
Prerequisite
tm_mobile_shipment_type

Defines how the ticket will be transferred. Must be one of:

  • TMMobile: Will be transferred via Ticketmaster or any other provider such as SeatGeek
  • TMMobileLink: A URL will be provided with which the buyer can claim the tickets.
stringRequired (for this operation) type must be Tbd

...