Parcel Transport Services
The list of parcel transport service types supported by Arta's API.
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"
}
]