Create a Quote Request

POST /requests

The first step to booking a shipment on Arta is to create a Quote Request. This quote request provides Arta with all the necessary transport details for us to price your eventual shipment.

Arta will return eligible quotes for your shipment across Arta's Premium, Selecct, and Parcel quote types. If any quote types are ineligible given your logistic details, those will be noted in the disqualifications response.

You must minimally include objects, origin, and destination details in your API call for Arta to successfully price the transport.

Headers

  • Authorization string Required

    Authorize your API calls with an Arta API token

  • Arta-Quote-Timeout integer

    Optionally set a timeout boundary in milliseconds for creating quote requests.

    While Arta takes great care to return quotes quickly, several external services consumed during the process of creating quotes have varying response times. The Arta-Quote-Timeout header is particularly useful if your integration requires requests to return within a given time frame. When the timeout is reached, the Arta API will stop any tasks in progress and return the quotes that have already been completed. If building quotes for a particular quote type is incomplete at timeout, the API will return a disqualification message for that quote type with a client_timeout_reached reason_code.

application/json

Body

  • request object Required
    Hide request attributes Show request attributes object
    • additional_services array[string]

      Any desired services, such as unpacking, installation, etc. can be sent through in the request and will be treated as if that requested service is required, meaning this may disqualify certain segments of shipping services we offer.

    • currency string

      The currency that the quote should be returned in. Formatted as ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

      Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

    • destination object Required

      The destination location for the quote request

      Hide destination attributes Show destination attributes object
      • access_restrictions array[string] Deprecated

        A list of access restricition IDs describing physical properties for the location. Options are defined in the Location Access Restrictions metadata endpoint

      • address_line_1 string

        The first line of the location's street address

        Maximum length is 255.

      • address_line_2 string

        The second line of the location's street address

        Maximum length is 255.

      • address_line_3 string

        The third line of the location's street address

        Maximum length is 255.

      • city string

        The name of the city for the location

        Maximum length is 255.

      • contacts array[object]

        The contact details for the location

        Hide contacts attributes Show contacts attributes object
        • email_address string

          The email address for this contact

        • name string Required

          The contact's name

        • phone_number string

          The phone_number for this contact

      • country string Required

        The ISO 3166-1 alpha-2 country code of the location

        Maximum length is 255.

      • postal_code string Required

        The postal code for the location

        Maximum length is 255.

      • region string

        Political region name, for US states and Canada provinces, use 2 letter abbreviations

        Maximum length is 255.

      • title string

        The name for the location

        Maximum length is 255.

    • insurance string

      The ID of the requested Arta insurance type. Options are defined in the Insurances metadata endpoint

    • internal_reference string

      This field can be used to pass through any data that you may want returned unaltered for your own later usage

      Maximum length is 255.

    • objects array[object] Required
      Hide objects attributes Show objects attributes object
      • current_packing array[string]

        A list of packing subtype IDs describing how the item is currently packed

      • customs object
        Hide customs attributes Show customs attributes object
        • country_of_origin string

          The ISO 3166-1 alpha-2 country code where the object was made or manufactured

          Minimum length is 2, maximum length is 2.

        • hs_code string

          The Harmonized System code for the object. This is a 6-10 digit code used to classify traded products

        • medium string

          The medium of the object. This is a description of the material or materials used to create the object

        • temporary_admission boolean

          Select true if the goods are currently in the country under a temporary admission declaration

      • depth string Required

        The depth of the object

      • details object
        Hide details attributes Show details attributes object
        • creation_date string

          Details about the timing in which an object was created

        • creator string

          The creator of the object

        • is_cites boolean

          Set to true if the object is governed by the Convention on International Trade in Endangered Species of Wild Fauna and Flora

          Default value is false.

        • is_fragile boolean

          Set this flag to true is the item is fragile. This may effect packing and handling costs

          Default value is false.

        • materials array[string] Deprecated

          A list of IDs describing the types of materials used

        • notes string

          Any notes about the item

        • title string

          The object title

      • height string Required

        The height of the object

      • images array[string(uri)]

        A list image urls of the object

      • internal_reference string

        This field can be used to pass through any data that you may want returned unaltered for your own later usage

        Maximum length is 255.

      • public_reference string

        A client defined name for the object. The value provided for public_reference may be presented in notification emails and on shipment detail pages

        Maximum length is 255.

      • subtype string Required

        The object subtype ID. Options are defined in the Object types metadata endpoint

        Format should match the following pattern: ^[0-9a-z_]{1,56}$.

      • unit_of_measurement string Required

        Values are in or cm.

      • value string Required

        Format should match the following pattern: ^(0|([1-9]+[0-9]*))(\.[0-9]{1,2})?$.

      • value_currency string Required

        ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

        Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

      • weight string

        The weight of the object

      • weight_unit string Required

        The unit of the object

        Values are lb or kg.

      • width string Required

        The width of the object

    • origin object Required

      The originating location for the quote request

      Hide origin attributes Show origin attributes object
      • access_restrictions array[string] Deprecated

        A list of access restricition ids describing physical properties of the location. Options are defined in the Location Access Restrictions metadata endpoint

      • address_line_1 string

        The first line of the location's street address

        Maximum length is 255.

      • address_line_2 string

        The second line of the location's street address

        Maximum length is 255.

      • address_line_3 string

        The third line of the location's street address

        Maximum length is 255.

      • city string

        The name of the city for the location

        Maximum length is 255.

      • contacts array[object]

        The contact details for the location

        Hide contacts attributes Show contacts attributes object
        • email_address string

          The main email address for this contact

        • name string Required

          The contact's name

        • phone_number string

          The main phone_number for this contact

      • country string Required

        The ISO 3166-1 alpha-2 country code of the location

        Maximum length is 255.

      • postal_code string Required

        The postal code for the location

        Maximum length is 255.

      • region string

        Political region name, for US states and Canada provinces, use 2 letter abbreviations

        Maximum length is 255.

      • title string

        The name for the location

        Maximum length is 255.

    • preferred_parcel_transport_services array[string] | null

      Optionally instruct the Arta API to filter Parcel and Self Ship quotes for specific transport services. For example, if you would prefer to only return ground quotes, you can set this field to ["ground"] The list of valid transport service IDs is available at the /metadata/parcel_transport_services endpoint.

    • preferred_quote_types array[string]

      Optionally instruct the Arta API to return a subset of quote types for this request. For example if you would prefer to only return Select quotes for a particular request, you can set this field to ["select"] You can find all available quote type IDs at the /metadata/quotes endpoint.

    • public_reference string

      A client defined name for the request. The value provided for the public_reference field may appear in notification emails and shipment detail pages

      Maximum length is 255.

    • quoting_strategy string

      The quoting strategy used when creating quotes for this request. Determines whether the API returns a single best-rate option per transport speed or multiple carrier options for comparison. If not specified, the default strategy (“best_rate”) will be applied.

      Maximum length is 255. Values are best_rate or compare_carriers.

    • shipping_notes string

      This field can be used to pass through any notes to Arta that a customer might want to provide about the request

    • tags array[string]

      A list of tags to associate with this request

Responses

  • 201 application/json

    response

    Hide headers attributes Show headers attributes
    • content-type string
    • x-arta-request-id string

      A unique identifier for the Arta API call

    Hide response attributes Show response attributes object
    • additional_services array[string]

      Any desired services, such as unpacking, installation, etc. can be sent through in the request and will be treated as if that requested service is required. Requested services may disqualify certain segments of shipping services offered by Arta depending on location and object details.

    • bookable object
      Hide bookable attributes Show bookable attributes object
      • missing array[string]

        A list of fields required for the request to be bookable

      • ready boolean

        Returns true if the quotes in this request may be booked

    • created_at string

      A NaiveDatetime-formatted timestamp describing when the resource was created with microsecond precision

    • currency string

      ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

      Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

    • destination object
      Hide destination attributes Show destination attributes object
      • access_restrictions array[string] Deprecated

        Id of location restriction type

      • address_line_1 string

        First line of address

      • address_line_2 string | null

        Second line of address

      • address_line_3 string | null

        Third line of address

      • city string

        City

      • contacts array[object]

        A list of contacts at the location

        Hide contacts attributes Show contacts attributes object
        • email_address string
        • name string Required
        • phone_number string
      • country string Required

        The ISO 3166-1 alpha-2 country code of the current or last known location if available

        Minimum length is 2, maximum length is 2.

      • postal_code string

        The postal code

      • region string

        Political region name, for US states and Canada provinces, use 2 letter abbreviations

      • title string

        The title or name of the location

    • disqualifications array[object]

      The list of reasons for which particular quote types were disqulified

      The disqualifcation reason

      Hide disqualifications attributes Show disqualifications attributes object
      • quote_types array[string]

        The list of quote types disqualified with this reason

      • reason string

        A brief explanation of the disqualification

      • reason_code string

        An ID for the disqualification

    • hosted_session_id integer | null

      The ID of the HostedSession through which this shipment was created

    • id string
    • insurance string | null

      The id of an insurance type. If requesting Arta insurance, object values must be provided.

    • internal_reference string | null

      This field can be used to pass through any data about the request you may want returned unaltered for your own later usage

      Maximum length is 255.

    • log_request_id string

      The request ID for the API call that created the resource. This request ID maps to the Log resource's "request_id" field

    • object_count number

      The count of objects included in the initial request payload

    • objects array[object]

      A list of objects to be shipped

      Hide objects attributes Show objects attributes object
      • current_packing array[string]

        A list of packing subtype IDs describing how the item is currently packed

      • customs object
        Hide customs attributes Show customs attributes object
        • country_of_origin string

          The ISO 3166-1 alpha-2 country code where the object was made or manufactured

          Minimum length is 2, maximum length is 2.

        • hs_code string

          The Harmonized System code for the object. This is a 6-10 digit code used to classify traded products

        • medium string

          The medium of the object. This is a description of the material or materials used to create the object

        • temporary_admission boolean

          Select true if the goods are currently in the country under a temporary admission declaration

      • depth string

        The depth of the object

      • details object
        Hide details attributes Show details attributes object
        • creation_date string

          Details about the timing in which an object was created

        • creator string

          The creator of the object

        • is_cites boolean

          Set to true if the object is governed by the Convention on International Trade in Endangered Species of Wild Fauna and Flora

          Default value is false.

        • is_fragile boolean

          Set this flag to true is the item is fragile. This may effect packing and handling costs

          Default value is false.

        • materials array[string] Deprecated

          A list of IDs describing the types of materials used

        • notes string

          Any notes about the item

        • title string

          The object title

      • height string

        The height of the object

      • id integer(int64)
      • images array[string(uri)]

        A list image urls of the object

      • internal_reference string

        This field can be used to pass through any data that you may want returned unaltered for your own later usage

        Maximum length is 255.

      • public_reference string

        A client defined name for the object. The value provided for public_reference may be presented in notification emails and on shipment detail pages

        Maximum length is 255.

      • subtype string

        The object subtype ID. Options are defined in the Object types metadata endpoint

        Format should match the following pattern: ^[0-9a-z_]{1,56}$.

      • unit_of_measurement string

        Values are in or cm.

      • value string

        Format should match the following pattern: ^(0|([1-9]+[0-9]*))(\.[0-9]{1,2})?$.

      • value_currency string

        ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

        Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

      • weight string

        The weight of the object

      • weight_unit string

        The unit of the object

        Values are lb or kg.

      • width string

        The width of the object

    • origin object
      Hide origin attributes Show origin attributes object
      • access_restrictions array[string] Deprecated

        Id of location restriction type

      • address_line_1 string

        First line of address

      • address_line_2 string | null

        Second line of address

      • address_line_3 string | null

        Third line of address

      • city string

        City

      • contacts array[object]

        A list of contacts at the location

        Hide contacts attributes Show contacts attributes object
        • email_address string
        • name string Required
        • phone_number string
      • country string Required

        The ISO 3166-1 alpha-2 country code of the current or last known location if available

        Minimum length is 2, maximum length is 2.

      • postal_code string

        The postal code

      • region string

        Political region name, for US states and Canada provinces, use 2 letter abbreviations

      • title string

        The title or name of the location

    • payment_process string

      The primary method by which payment to Arta will be handled for any shipment booked from this request

      Maximum length is 255. Values are checkout or invoicing.

    • preferred_parcel_transport_services array[string] | null

      Optionally instruct the Arta API to filter Parcel and Self Ship quotes for specific transport services. For example, if you would prefer to only return ground quotes, you can set this field to ["ground"] The list of valid transport service IDs is available at the /metadata/parcel_transport_services endpoint.

    • preferred_quote_types array[string]

      An optional field presenting the list of quote types the caller instructed Arta to return as part of the quote request

    • public_reference string | null

      A client defined name for the resource. The value provided for the public_reference field may appear in notification emails and public web pages

      Maximum length is 255.

    • quote_types array[string]

      The list of quote types returned as part of the quotes in this quote request

    • quotes array[object]

      The list of quotes returned for the request

      Hide quotes attributes Show quotes attributes object
      • id integer
      • included_insurance_policy object | null
        Hide included_insurance_policy attributes Show included_insurance_policy attributes object | null
        • amount string

          Format should match the following pattern: ^(0|([1-9]+[0-9]*))(\.[0-9]{1,2})?$.

        • amount_currency string

          ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

          Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

        • id string
        • insured_value string

          Format should match the following pattern: ^(0|([1-9]+[0-9]*))(\.[0-9]{1,2})?$.

        • insured_value_currency string

          ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

          Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

      • included_services array[object]
        Hide included_services attributes Show included_services attributes object
        • amount string

          Format should match the following pattern: ^(0|([1-9]+[0-9]*))(\.[0-9]{1,2})?$.

        • amount_currency string

          ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

          Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

        • included_services array[object]
          Hide included_services attributes Show included_services attributes object
          • name string
          • sub_subtype string
          • subtype string
          • type string
        • is_requested boolean
        • is_required boolean
        • metadata object

          Additional data about the service. For services with a type value of "transport" generated through instant quoting, metadata may include reference_rate.provider and reference_rate.service_level fields that indicate the carrier and mode of transport used to price this service

        • name string
        • sub_subtype string
        • subtype string
        • type string
      • optional_services array[object]
        Hide optional_services attributes Show optional_services attributes object
        • amount string

          Format should match the following pattern: ^(0|([1-9]+[0-9]*))(\.[0-9]{1,2})?$.

        • amount_currency string

          ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

          Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

        • included_services array[object]
          Hide included_services attributes Show included_services attributes object
          • name string
          • sub_subtype string
          • subtype string
          • type string
        • name string
        • sub_subtype string
        • subtype string
        • type string
      • quote_type string
      • status string
      • tags array[object]

        A list of tags associated with this request

        Hide tags attributes Show tags attributes object
        • color string

          The hexadecimal color code for the tag, without the leading #.

          Minimum length is 6, maximum length is 6. Format should match the following pattern: ^[0-9A-F]{6}$.

        • created_at string(date-time)

          A NaiveDatetime-formatted timestamp describing when the resource was created with microsecond precision

        • created_by integer(int64) | null

          The user ID associated with the user who created the tag when applicable.

        • description string | null

          An optional, brief description for this tag.

          Maximum length is 255.

        • id string(uuid)

          The id of the tag in UUID format

        • is_active boolean

          Indicates whether or not the tag is active. Inactive tags may not be associated to new resources

        • name string

          The name for the tag. It may contain lower case letters, dashes, and alphanumeric characters only. The maximum character count is 50.

          Maximum length is 50. Format should match the following pattern: ^[a-z0-9-]{1,50}$.

        • updated_at string(date-time)

          A NaiveDatetime-formatted timestamp describing when the resource was last updated with microsecond precision

        • updated_by integer(int64) | null

          The user ID associated with the last user to edit the tag when applicable.

      • total string

        Format should match the following pattern: ^(0|([1-9]+[0-9]*))(\.[0-9]{1,2})?$.

      • total_currency string

        ISO 4217 three-letter alphabetic currency code. Options are defined in the Currencies metadata endpoint

        Minimum length is 3, maximum length is 3. Format should match the following pattern: ^[A-Z]{3}$. Default value is USD.

    • quoting_strategy string

      The quoting strategy used when creating quotes for this request. Determines whether the API returns a single best-rate option per transport speed or multiple carrier options for comparison. If not specified, the default strategy (“best_rate”) will be applied.

      Maximum length is 255. Values are best_rate or compare_carriers.

    • shipping_notes string | null

      This field can be used to pass through any notes to Arta that a customer might want to provide about the request

    • shortcode string

      A brief and unique string identifier for the request resource

    • status string

      Values are quoted, in_progress, cancelled, closed, disqualified, expired, or pending.

    • updated_at string

      A NaiveDatetime-formatted timestamp describing when the resource was last updated with microsecond precision

  • 400 application/json

    Bad Request

    Hide headers attributes Show headers attributes
    • content-type string
    • x-arta-request-id string

      A unique identifier for the Arta API call

    Hide response attribute Show response attribute object
    • errors object
      Hide errors attribute Show errors attribute object
      • detail string
POST /requests
curl \
 --request POST 'https://api.arta.io/requests' \
 --header "Content-Type: application/json" \
 --header "Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y" \
 --header "Arta-Quote-Timeout: 6000" \
 --data '{"request":{"additional_services":["origin_condition_check"],"currency":"USD","destination":{"access_restrictions":["stairs_only"],"address_line_1":"11 W 53rd St","address_line_2":"string","address_line_3":"string","city":"New York","contacts":[{"email_address":"mary@example.com","name":"Mary Quinn Sullivan","phone_number":"(333) 333-3333"}],"country":"US","postal_code":"10019","region":"NY","title":"Gallery"},"insurance":"arta_transit_insurance","internal_reference":"Purchase Order: 2801","objects":[{"current_packing":["no_packing"],"customs":{"country_of_origin":"US","hs_code":"123456","medium":"oil on canvas","temporary_admission":true},"depth":"3","details":{"creation_date":"1980","creator":"Bob Smithson","is_cites":false,"is_fragile":false,"materials":["canvas"],"notes":"Artist signature in the lower left corner","title":"Black Rectangle"},"height":"32","images":["http://example.com/image.jpg"],"internal_reference":"Accession ID: 823","public_reference":"Round Smithson work","subtype":"painting_unframed","unit_of_measurement":"in","value":"2500.00","value_currency":"USD","weight":"3.0","weight_unit":"lb","width":"15"}],"origin":{"access_restrictions":["non_paved"],"address_line_1":"87 Richardson St","address_line_2":"string","address_line_3":"string","city":"Brooklyn","contacts":[{"email_address":"registrar@example.com","name":"Rachel Egistrar","phone_number":"(212) 123-4567"}],"country":"US","postal_code":"11249","region":"NY","title":"Warehouse"},"preferred_parcel_transport_services":["ground"],"preferred_quote_types":["parcel"],"public_reference":"Order #1437","quoting_strategy":"best_rate","shipping_notes":"New customer","tags":["ny-warehouse"]}}'
Request examples
# Headers
Authorization: ARTA_APIKey s0e1t2e3c4a5s6t7r8o9n10o11m12y
Arta-Quote-Timeout: 6000

# Payload
{
  "request": {
    "additional_services": [
      "origin_condition_check"
    ],
    "currency": "USD",
    "destination": {
      "access_restrictions": [
        "stairs_only"
      ],
      "address_line_1": "11 W 53rd St",
      "address_line_2": "string",
      "address_line_3": "string",
      "city": "New York",
      "contacts": [
        {
          "email_address": "mary@example.com",
          "name": "Mary Quinn Sullivan",
          "phone_number": "(333) 333-3333"
        }
      ],
      "country": "US",
      "postal_code": "10019",
      "region": "NY",
      "title": "Gallery"
    },
    "insurance": "arta_transit_insurance",
    "internal_reference": "Purchase Order: 2801",
    "objects": [
      {
        "current_packing": [
          "no_packing"
        ],
        "customs": {
          "country_of_origin": "US",
          "hs_code": "123456",
          "medium": "oil on canvas",
          "temporary_admission": true
        },
        "depth": "3",
        "details": {
          "creation_date": "1980",
          "creator": "Bob Smithson",
          "is_cites": false,
          "is_fragile": false,
          "materials": [
            "canvas"
          ],
          "notes": "Artist signature in the lower left corner",
          "title": "Black Rectangle"
        },
        "height": "32",
        "images": [
          "http://example.com/image.jpg"
        ],
        "internal_reference": "Accession ID: 823",
        "public_reference": "Round Smithson work",
        "subtype": "painting_unframed",
        "unit_of_measurement": "in",
        "value": "2500.00",
        "value_currency": "USD",
        "weight": "3.0",
        "weight_unit": "lb",
        "width": "15"
      }
    ],
    "origin": {
      "access_restrictions": [
        "non_paved"
      ],
      "address_line_1": "87 Richardson St",
      "address_line_2": "string",
      "address_line_3": "string",
      "city": "Brooklyn",
      "contacts": [
        {
          "email_address": "registrar@example.com",
          "name": "Rachel Egistrar",
          "phone_number": "(212) 123-4567"
        }
      ],
      "country": "US",
      "postal_code": "11249",
      "region": "NY",
      "title": "Warehouse"
    },
    "preferred_parcel_transport_services": [
      "ground"
    ],
    "preferred_quote_types": [
      "parcel"
    ],
    "public_reference": "Order #1437",
    "quoting_strategy": "best_rate",
    "shipping_notes": "New customer",
    "tags": [
      "ny-warehouse"
    ]
  }
}
Response examples (201)
{
  "id": "9d8892bc-f4c6-4b45-88e2-0ccd28eb73cc",
  "tags": [],
  "origin": {
    "city": "New York",
    "title": "Warehouse",
    "region": "NY",
    "country": "US",
    "contacts": [
      {
        "name": "Mary Quinn Sullivan",
        "phone_number": "(333) 333-3333",
        "email_address": "mary@example.com"
      }
    ],
    "postal_code": "10019",
    "address_line_1": "11 W 53rd St",
    "address_line_2": null,
    "address_line_3": null,
    "access_restrictions": []
  },
  "quotes": [
    {
      "id": 61,
      "total": "2",
      "status": "published",
      "quote_type": "premium",
      "total_currency": "USD",
      "included_services": [
        {
          "name": "Specialized Shuttle",
          "type": "transport",
          "amount": "1",
          "subtype": "specialized",
          "metadata": {
            "reference_rate": {
              "provider": "arta",
              "service_level": "arta"
            }
          },
          "is_required": true,
          "sub_subtype": "specialized_shuttle",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Shadowbox",
          "type": "packing",
          "amount": "1",
          "subtype": "packing_materials",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "shadow_box",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        }
      ],
      "optional_services": [
        {
          "name": "Debris Disposal",
          "type": "handling",
          "amount": "1",
          "subtype": "debris_disposal",
          "sub_subtype": "debris_disposal",
          "amount_currency": "USD",
          "included_services": [
            {
              "name": "Soft Packed Disposal",
              "type": "handling",
              "subtype": "debris_disposal",
              "sub_subtype": "soft_packed_disposal"
            }
          ]
        },
        {
          "name": "Assembly",
          "type": "handling",
          "amount": "1",
          "subtype": "installation",
          "sub_subtype": "assembly",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Placement",
          "type": "handling",
          "amount": "1",
          "subtype": "installation",
          "sub_subtype": "placement",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Installation",
          "type": "handling",
          "amount": "1",
          "subtype": "installation",
          "sub_subtype": "installation",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Condition Check (destination)",
          "type": "handling",
          "amount": "1",
          "subtype": "condition",
          "sub_subtype": "destination_condition_check",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Condition Check (origin)",
          "type": "handling",
          "amount": "1",
          "subtype": "condition",
          "sub_subtype": "origin_condition_check",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Condition Report (destination)",
          "type": "handling",
          "amount": "1",
          "subtype": "condition",
          "sub_subtype": "destination_full_condition_report",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Condition Report (origin)",
          "type": "handling",
          "amount": "1",
          "subtype": "condition",
          "sub_subtype": "origin_full_condition_report",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Unpacking (destination)",
          "type": "handling",
          "amount": "1",
          "subtype": "unpacking",
          "sub_subtype": "destination_unpacking",
          "amount_currency": "USD",
          "included_services": [
            {
              "name": "Unpacking Soft Materials (destination)",
              "type": "handling",
              "subtype": "unpacking",
              "sub_subtype": "destination_unpacking_soft"
            }
          ]
        }
      ],
      "included_insurance_policy": null
    },
    {
      "id": 62,
      "total": "4",
      "status": "published",
      "quote_type": "select",
      "total_currency": "USD",
      "included_services": [
        {
          "name": "Debris Disposal",
          "type": "handling",
          "amount": "1",
          "subtype": "debris_disposal",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "debris_disposal",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": [
            {
              "name": "Soft Packed Disposal",
              "type": "handling",
              "subtype": "debris_disposal",
              "sub_subtype": "soft_packed_disposal"
            }
          ]
        },
        {
          "name": "Fuel Surcharge",
          "type": "taxes_duties_fees",
          "amount": "1",
          "subtype": "fees",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "fuel_surcharge",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Strongbox",
          "type": "packing",
          "amount": "1",
          "subtype": "packing_materials",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "strongbox",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Consolidated Trucking",
          "type": "transport",
          "amount": "1",
          "subtype": "consolidated",
          "metadata": {
            "reference_rate": {
              "provider": "arta",
              "service_level": null
            }
          },
          "is_required": true,
          "sub_subtype": "road_groupage",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        }
      ],
      "optional_services": [
        {
          "name": "Unpacking (destination)",
          "type": "handling",
          "amount": "1",
          "subtype": "unpacking",
          "sub_subtype": "destination_unpacking",
          "amount_currency": "USD",
          "included_services": [
            {
              "name": "Unpacking Soft Materials (destination)",
              "type": "handling",
              "subtype": "unpacking",
              "sub_subtype": "destination_unpacking_soft"
            }
          ]
        },
        {
          "name": "Condition Check (destination)",
          "type": "handling",
          "amount": "1",
          "subtype": "condition",
          "sub_subtype": "destination_condition_check",
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Condition Check (origin)",
          "type": "handling",
          "amount": "1",
          "subtype": "condition",
          "sub_subtype": "origin_condition_check",
          "amount_currency": "USD",
          "included_services": []
        }
      ],
      "included_insurance_policy": null
    },
    {
      "id": 63,
      "total": "4",
      "status": "published",
      "quote_type": "parcel",
      "total_currency": "USD",
      "included_services": [
        {
          "name": "Fuel Surcharge",
          "type": "taxes_duties_fees",
          "amount": "1",
          "subtype": "fees",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "fuel_surcharge",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Collection",
          "type": "location",
          "amount": "1",
          "subtype": "collection",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "collection",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Ply Box",
          "type": "packing",
          "amount": "1",
          "subtype": "packing_materials",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "ply_box",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "UPS Ground",
          "type": "transport",
          "amount": "1",
          "subtype": "parcel",
          "metadata": {
            "reference_rate": {
              "provider": "fedex",
              "service_level": "fedex_ground"
            }
          },
          "is_required": true,
          "sub_subtype": "parcel",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        }
      ],
      "optional_services": [],
      "included_insurance_policy": null
    },
    {
      "id": 64,
      "total": "4",
      "status": "published",
      "quote_type": "parcel",
      "total_currency": "USD",
      "included_services": [
        {
          "name": "Fuel Surcharge",
          "type": "taxes_duties_fees",
          "amount": "1",
          "subtype": "fees",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "fuel_surcharge",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Collection",
          "type": "location",
          "amount": "1",
          "subtype": "collection",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "collection",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Ply Box",
          "type": "packing",
          "amount": "1",
          "subtype": "packing_materials",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "ply_box",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "UPS Second Day Air",
          "type": "transport",
          "amount": "1",
          "subtype": "parcel",
          "metadata": {
            "reference_rate": {
              "provider": "fedex",
              "service_level": "fedex_2_day"
            }
          },
          "is_required": true,
          "sub_subtype": "parcel",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        }
      ],
      "optional_services": [],
      "included_insurance_policy": null
    },
    {
      "id": 65,
      "total": "4",
      "status": "published",
      "quote_type": "parcel",
      "total_currency": "USD",
      "included_services": [
        {
          "name": "Fuel Surcharge",
          "type": "taxes_duties_fees",
          "amount": "1",
          "subtype": "fees",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "fuel_surcharge",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Collection",
          "type": "location",
          "amount": "1",
          "subtype": "collection",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "collection",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "Ply Box",
          "type": "packing",
          "amount": "1",
          "subtype": "packing_materials",
          "metadata": {},
          "is_required": true,
          "sub_subtype": "ply_box",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        },
        {
          "name": "UPS Next Day Air",
          "type": "transport",
          "amount": "1",
          "subtype": "parcel",
          "metadata": {
            "reference_rate": {
              "provider": "fedex",
              "service_level": "fedex_standard_overnight"
            }
          },
          "is_required": true,
          "sub_subtype": "parcel",
          "is_requested": false,
          "amount_currency": "USD",
          "included_services": []
        }
      ],
      "optional_services": [],
      "included_insurance_policy": null
    }
  ],
  "status": "quoted",
  "objects": [
    {
      "id": 1644,
      "type": "art",
      "depth": "2",
      "value": "15000",
      "width": "10",
      "height": "10.5",
      "images": [],
      "weight": "3.5",
      "customs": {
        "medium": "oil on canvas",
        "hs_code": "123456",
        "country_of_origin": "US",
        "temporary_admission": true
      },
      "details": {
        "title": "All That Jazz",
        "creator": "Robert Irwin",
        "is_cites": false,
        "materials": [],
        "is_fragile": false,
        "creation_date": null
      },
      "subtype": "painting_unframed",
      "weight_unit": "lb",
      "value_currency": "USD",
      "current_packing": [],
      "public_reference": null,
      "internal_reference": null,
      "unit_of_measurement": "in"
    }
  ],
  "bookable": {
    "ready": true,
    "missing": []
  },
  "currency": "USD",
  "insurance": null,
  "shortcode": "DEMO-R29NAW",
  "created_at": "2021-01-21T17:22:08.818747",
  "updated_at": "2021-01-21T17:22:10.129653",
  "destination": {
    "city": "New York",
    "title": "Home",
    "region": "NY",
    "country": "US",
    "contacts": [
      {
        "name": "Alfred Barr",
        "phone_number": "(222) 222-2222",
        "email_address": "al@example.com"
      }
    ],
    "postal_code": "11249",
    "address_line_1": "87 Richardson St",
    "address_line_2": null,
    "address_line_3": null,
    "access_restrictions": []
  },
  "quote_types": [
    "premium",
    "select",
    "parcel"
  ],
  "object_count": 1,
  "log_request_id": "FpL53jSpPbCUXRAAKPRS",
  "shipping_notes": null,
  "payment_process": "invoicing",
  "public_reference": null,
  "quoting_strategy": "best_rate",
  "disqualifications": [],
  "hosted_session_id": 723,
  "internal_reference": null,
  "additional_services": [],
  "preferred_quote_types": [],
  "preferred_parcel_transport_services": []
}
Response examples (400)
# Headers
content-type: application/json
x-arta-request-id: FkBjuxbwLLTx4RoAARkx

# Payload
{
  "errors": {
    "detail": "string"
  }
}