Change Updates

Do not miss any Declaration API changes, ever again

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

RSS

Oct 21, 2025

main
1.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /declarations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • total_packages property Modified
        • Property is now required
          Breaking
      • tags, searchable, goods_presentation_effective_date, cancellation_requested_at, rejected_at, last_fetched_at, correlation_id properties Added
GET /declarations/{client_ref}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • total_packages property Modified
        • Property is now required
          Breaking
      • tags, searchable, goods_presentation_effective_date, cancellation_requested_at, rejected_at, last_fetched_at, correlation_id properties Added
POST /declarations
  • Body
  • application/json content type Modified
    • total_packages property Modified
      • Property is now required
        Breaking
    • tags property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • total_packages property Modified
        • Property is now required
          Breaking
      • tags, searchable, goods_presentation_effective_date, cancellation_requested_at, rejected_at, last_fetched_at, correlation_id properties Added
PUT /declarations/{client_ref}/cancel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • total_packages property Modified
        • Property is now required
          Breaking
      • tags, searchable, goods_presentation_effective_date, cancellation_requested_at, rejected_at, last_fetched_at, correlation_id properties Added
PUT /declarations/{client_ref}/present
  • Response
  • 200 response Modified
    • application/json content type Modified
      • total_packages property Modified
        • Property is now required
          Breaking
      • tags, searchable, goods_presentation_effective_date, cancellation_requested_at, rejected_at, last_fetched_at, correlation_id properties Added