Change Updates

Do not miss any omnicado API changes, ever again

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

RSS

Jan 31, 2023

main
1.0.0
Compare

API structure has changed

4 structure changes including:
1 Breaking change
1 Addition
3 Modifications
Modified 3 Breaking
GET /products
  • Response
  • 200 response Modified
    • images property Modified
    • categories property Modified
    • title, descriptions, parameters properties Removed
    • dataSource, price, translations, stock properties Added
POST /product-sets
  • Query
  • page, limit query parameters Removed
  • Response
  • 404 response Removed
  • 405 response Added
  • Body
  • content type Added
POST /products
  • Body
  • content type Modified
    • images property Modified
    • categories property Modified
    • title, descriptions, parameters properties Removed
    • dataSource, price, translations, stock properties Added
  • Response
  • 200 response Modified
    • images property Modified
    • categories property Modified
    • title, descriptions, parameters properties Removed
    • dataSource, price, translations, stock properties Added
Added 1
GET /product-sets/id/{id}