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

22 days ago

main
2.0
Compare
2.0

API structure has changed

22 structure changes including:
8 Additions
14 Modifications
Modified 14 Breaking
PUT /v2/api/transactions/
  • Body
  • application/json content type Modified
    • items property Modified
      • gender property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • department property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • gender property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • department property Added
PUT /v2/api/products
  • Body
  • application/json content type Modified
    • department property Added
POST /v2/api/transactions/batch
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • gender property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • department property Added
POST /v2/api/transactions
  • Body
  • application/json content type Modified
    • items property Modified
      • gender property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • department property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • items property Modified
        • gender property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • department property Added
POST /v2/api/purchaseorders/batch
  • Query
  • global query parameter Added
POST /v2/api/products/batch
  • Body
  • application/json content type Modified
    • department property Added
POST /v2/api/products
  • Body
  • application/json content type Modified
    • department property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • department property Added
GET /v2/api/warehouses/{externalWarehouseID}/stock
  • Query
  • keys, skus, eans query parameters Added
GET /v2/api/transactions/{externalTransactionID}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • gender property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • department property Added
GET /v2/api/transactions/latest
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • gender property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • department property Added
GET /v2/api/transactions/example
  • Body
  • application/json content type Modified
    • department property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • department property Added
GET /v2/api/transactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • gender property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • department property Added
GET /v2/api/products/example
  • Body
  • application/json content type Modified
    • department property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • department property Added
GET /v2/api/products
  • Body
  • application/json content type Modified
    • department property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • department property Added
Added 8
PUT /v2/api/mappingtables/{mappingField}
POST /v2/api/pricats/products/batch
POST /v2/api/mappingtables/{mappingField}
GET /v2/api/pricats/products
GET /v2/api/pricats
GET /v2/api/mappingtables/{mappingField}
GET /v2/api/mappingtables
DELETE /v2/api/mappingtables/{mappingField}