Parcel Transport Services

GET /metadata/parcel_transport_services

The list of parcel transport services and their descriptions. The id and name fields are present in Arta Parcel quote request and shipment service responses. The description field provides additional context about the differences between each transport service.

Headers

  • Authorization string Required

    Authorize your API calls with an Arta API token

Responses

  • 200 application/json

    A collection of Parcel Transport Service types

    Hide headers attributes Show headers attributes
    Hide response attributes Show response attributes object
    • A long form description

    • id string

      The ID representing the resource

    • name string

      A brief title for the resource

GET /metadata/parcel_transport_services
curl \
 -X GET https://api.arta.io/metadata/parcel_transport_services \
 -H "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y"
Response examples (200)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx

# Payload
[
  {
    "description": "Delivers the following business day once shipped. Available in the contiguous US and Puerto Rico.",
    "id": "next_day_air",
    "name": "Next Day Air"
  }
]