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

Jan 4, 2026

main
1.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6
GET /declarations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • previous_procedure_code, payment_method_code, valuation_method_code properties Added
      • transaction_nature_code, freight_payment_method_code properties Added
GET /declarations/{client_ref}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • previous_procedure_code, payment_method_code, valuation_method_code properties Added
      • transaction_nature_code, freight_payment_method_code properties Added
POST /declarations
  • Body
  • application/json content type Modified
    • items property Modified
      • previous_procedure_code, payment_method_code, valuation_method_code properties Added
    • transaction_nature_code, freight_payment_method_code properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • items property Modified
        • previous_procedure_code, payment_method_code, valuation_method_code properties Added
      • transaction_nature_code, freight_payment_method_code properties Added
POST /waybills
  • Body
  • application/json content type Modified
    • declarations property Modified
      • items property Modified
        • previous_procedure_code, payment_method_code, valuation_method_code properties Added
      • transaction_nature_code, freight_payment_method_code properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • declarations property Modified
        • items property Modified
        • transaction_nature_code, freight_payment_method_code properties Added
PUT /declarations/{client_ref}/cancel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • previous_procedure_code, payment_method_code, valuation_method_code properties Added
      • transaction_nature_code, freight_payment_method_code properties Added
PUT /declarations/{client_ref}/present
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • previous_procedure_code, payment_method_code, valuation_method_code properties Added
      • transaction_nature_code, freight_payment_method_code properties Added