Change Updates

Do not miss any Popsell API changes, ever again

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

RSS

May 11, 2023

main
0.1
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5
GET /api/products
  • Response
  • 200 response Modified
    • id_product, sku, name, description, price, stock, type, stock_available properties Added
GET /api/products/{id}
  • Response
  • 200 response Modified
    • id_product, sku, name, description, price, stock, type, stock_available properties Added
POST /api/login
  • Response
  • 200 response Modified
    • user property Modified
  • Body
  • content type Added
POST /api/products
  • Response
  • 201 response Modified
    • id_product, sku, name, description, price, stock, type, stock_available properties Added
  • Body
  • content type Added
PUT /api/products/{id}
  • Body
  • content type Modified
    • type, name, description, sticker, image, active, sku, external_id, price, stock, stock_available, youtube, image_instagram, url, lang properties Added