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

Jan 21, 2021

release
2021-01-01
Compare
2021-01-01

API structure has changed

11 structure changes including:
3 Breaking changes
3 Additions
6 Modifications
2 Removals
Modified 6 Breaking
GET /requests/{request_id}
  • Response
  • 200 response Modified
    • objects property Modified
    • currency_code, customer_reference, name, notes, origin_locations, request_type properties Removed
    • bookable, currency, destination, disqualifications, internal_reference, object_count, origin, public_reference, quote_types, quotes, shipping_notes properties Added
GET /shipments
  • Response
  • 200 response Modified
    • items property Modified
GET /shipments/{shipment_id}
  • Response
  • 200 response Modified
    • packages property Modified
    • packing, insurance, quote, name properties Removed
    • destination, insurance_policy, internal_reference, object_count, origin, public_reference, quote_type, schedule, services, shipping_notes, shortcode, tracking properties Added
PATCH /requests/{request_id}/custom
  • Response
  • 202 response Removed
  • 200 response Added
PATCH /webhooks/{webhook_id}
  • Body
  • content type Added
POST /requests
  • Body
  • content type Modified
    • additional_services, currency_code, customer_reference, insurance, name, notes, objects, origin_locations, destination_locations properties Removed
    • request property Added
  • Response
  • 201 response Modified
    • objects property Modified
    • currency_code, customer_reference, name, notes, origin_locations, request_type properties Removed
    • bookable, currency, destination, disqualifications, internal_reference, object_count, origin, public_reference, quote_types, quotes, shipping_notes properties Added
Removed 2 Breaking
DELETE /requests/{request_id}
POST /requests/{request_id}/book/{quote_id}
Added 3
GET /requests
PATCH /requests/{request_id}/cancel
POST /shipments