Change Updates

Do not miss any Madden Analytics API changes, ever again

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

RSS

Aug 15, 2023

main
1.0
Compare

API structure has changed

12 structure changes including:
1 Breaking change
11 Modifications
1 Removal
Modified 11 Breaking
GET /v1/distributionorders
  • Response
  • 200 response Modified
    • cancelledDate, completedDate properties Removed
    • cancelledAt property Added
GET /v1/distributionorders/{id}
  • Response
  • 200 response Modified
    • cancelledDate, completedDate properties Removed
    • cancelledAt property Added
GET /v1/products
  • Body
  • content type Modified
    • supplierPrice, supplierPriceCurrency properties Removed
  • Response
  • 200 response Modified
    • supplierPrice, supplierPriceCurrency properties Removed
GET /v1/purchaseorders
  • Response
  • 200 response Modified
    • cancelledDate, completedDate properties Removed
GET /v1/purchaseorders/latest
  • Response
  • 200 response Modified
    • cancelledDate, completedDate properties Removed
GET /v1/purchaseorders/{externalPurchaseNo}
  • Response
  • 200 response Modified
    • cancelledDate, completedDate properties Removed
POST /v1/distributionorders
  • Body
  • content type Modified
    • cancelledDate, completedDate properties Removed
    • cancelledAt property Added
  • Response
  • 201 response Modified
    • cancelledDate, completedDate properties Removed
    • cancelledAt property Added
POST /v1/products
  • Body
  • content type Modified
    • supplierPrice, supplierPriceCurrency properties Removed
  • Response
  • 201 response Modified
    • supplierPrice, supplierPriceCurrency properties Removed
POST /v1/purchaseorders
  • Body
  • content type Modified
    • cancelledDate, completedDate properties Removed
  • Response
  • 201 response Modified
    • cancelledDate, completedDate properties Removed
POST /v1/purchaseorders/replace
  • Body
  • content type Modified
    • cancelledDate, completedDate properties Removed
  • Response
  • 200 response Modified
    • cancelledDate, completedDate properties Removed
PUT /v1/distributionorders
  • Body
  • content type Modified
    • cancelledDate, completedDate properties Removed
    • cancelledAt property Added
  • Response
  • 200 response Modified
    • cancelledDate, completedDate properties Removed
    • cancelledAt property Added
Removed 1 Breaking
POST /v1/products/batch