Change Updates

Do not miss any Arta API Reference changes, ever again

Subscribe to the Arta API Reference changelog to be up to date on recent changes.

RSS

Jun 20, 2025

release
2021-01-01
Compare

API structure has changed

13 structure changes including:
1 Addition
12 Modifications
Modified 12 Breaking
GET /hosted_sessions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • objects property Modified
GET /hosted_sessions/{hosted_session_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • objects property Modified
        • customs property Added
GET /requests
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • quoting_strategy property Added
GET /requests/{request_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • objects property Modified
        • details property Modified
        • internal_reference, public_reference properties Modified
          • Type went from string | null to string
            Breaking
        • type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • customs property Added
      • quoting_strategy property Added
GET /shipments/{shipment_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • packages property Modified
        • objects property Modified
PATCH /hosted_sessions/{hosted_session_id}/cancel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • objects property Modified
        • customs property Added
PATCH /requests/{request_id}/cancel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • objects property Modified
        • details property Modified
        • internal_reference, public_reference properties Modified
          • Type went from string | null to string
            Breaking
        • type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • customs property Added
      • quoting_strategy property Added
PATCH /requests/{request_id}/contacts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • objects property Modified
        • details property Modified
        • internal_reference, public_reference properties Modified
          • Type went from string | null to string
            Breaking
        • type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • customs property Added
      • quoting_strategy property Added
PATCH /requests/{request_id}/custom
  • Response
  • 200 response Modified
    • application/json content type Modified
      • objects property Modified
        • details property Modified
        • internal_reference, public_reference properties Modified
          • Type went from string | null to string
            Breaking
        • type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • customs property Added
      • quoting_strategy property Added
POST /hosted_sessions
  • Body
  • application/json content type Modified
    • BookingSession alternative Modified
      • hosted_session property Modified
        • objects property Modified
  • Response
  • 201 response Modified
    • application/json content type Modified
      • objects property Modified
        • customs property Added
POST /requests
  • Body
  • application/json content type Modified
    • request property Modified
      • objects property Modified
        • customs property Added
      • quoting_strategy property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • objects property Modified
        • details property Modified
        • internal_reference, public_reference properties Modified
          • Type went from string | null to string
            Breaking
        • type property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • customs property Added
      • quoting_strategy property Added
POST /shipments
  • Body
  • application/json content type Modified
    • TrackShipmentPayload alternative Modified
      • shipment property Modified
        • packages property Modified
  • Response
  • 201 response Modified
    • application/json content type Modified
      • packages property Modified
        • objects property Modified
Added 1
GET /metadata/quoting_strategies