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
Arta API Reference

Change #2be5cef4

Last update:
Compare

API structure has changed

24 structure changes including:
1 Breaking change
24 Modifications
Modified 24 Breaking
GET /api_keys
  • Response
  • 200 response Modified
    • items attribute Modified
GET /api_keys/{api_key_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
GET /email_rules
  • Response
  • 200 response Modified
    • items attribute Modified
GET /email_rules/{email_rule_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
GET /email_subscriptions
  • Response
  • 200 response Modified
    • items attribute Modified
GET /email_subscriptions/{email_subscription_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
GET /logs
  • Response
  • 200 response Modified
    • items attribute Modified
GET /logs/{log_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
GET /organization
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
GET /shipments
  • Response
  • 200 response Modified
    • items attribute Modified
GET /shipments/{shipment_id}
  • Response
  • 200 response Modified
    • url, name, total, total_currency, quote attributes Added
GET /webhooks
  • Response
  • 200 response Modified
    • items attribute Modified
GET /webhooks/{webhook_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
PATCH /email_rules/{email_rule_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
PATCH /email_subscriptions/{email_subscription_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
PATCH /organization
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
PATCH /webhooks/{webhook_id}
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
  • Body
  • content type Added
POST /api_keys
  • Response
  • 201 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
POST /email_rules
  • Response
  • 201 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
POST /email_subscriptions
  • Response
  • 201 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
POST /requests
  • Body
  • content type Modified
    • objects attribute Modified
POST /requests/{request_id}/book/{quote_id}
  • Body
  • content type Modified
    • api_key attribute Modified
POST /webhooks
  • Response
  • 201 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added
POST /webhooks/{webhook_id}/ping
  • Response
  • 200 response Modified
    • inserted_at attribute Removed
    • created_at attribute Added