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 22, 2025

main
1.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
GET /declarations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • line_items property Modified
        • tax_lines property Modified
      • tax_lines property Modified
        • base_amount_cents, deduct_amount_cents, amount_cents properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /declarations/{client_ref}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • line_items property Modified
        • tax_lines property Modified
      • tax_lines property Modified
        • base_amount_cents, deduct_amount_cents, amount_cents properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /declarations
  • Body
  • application/json content type Modified
    • line_items property Modified
      • tax_lines property Modified
        • TaxLine property Modified
    • tax_lines property Modified
      • TaxLine property Modified
        • type_code, category, regime_code, rate, currency, base_amount_cents, deduct_amount_cents, amount_cents, base_amount, deduct_amount, amount properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • line_items property Modified
        • tax_lines property Modified
      • tax_lines property Modified
        • base_amount_cents, deduct_amount_cents, amount_cents properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /waybills
  • Body
  • application/json content type Modified
    • declarations property Modified
      • line_items property Modified
        • tax_lines property Modified
      • tax_lines property Modified
        • TaxLine property Modified
  • Response
  • 201 response Modified
    • application/json content type Modified
      • declarations property Modified
        • line_items, tax_lines properties Modified
PUT /declarations/{client_ref}/cancel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • line_items property Modified
        • tax_lines property Modified
      • tax_lines property Modified
        • base_amount_cents, deduct_amount_cents, amount_cents properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PUT /declarations/{client_ref}/present
  • Response
  • 200 response Modified
    • application/json content type Modified
      • line_items property Modified
        • tax_lines property Modified
      • tax_lines property Modified
        • base_amount_cents, deduct_amount_cents, amount_cents properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking