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

Dec 21, 2023

main
0.1
Compare

API structure has changed

11 structure changes including:
1 Breaking change
1 Addition
9 Modifications
1 Removal
Modified 9 Breaking
GET /ambassadors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /chat/chatrooms/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • established_dialogue property Modified
        • Full types went from boolean to string(date-time)
          Breaking
GET /manager/ambassadors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /manager/bi/realtime/activity
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /manager/chatrooms
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /manager/chatrooms/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • established_dialogue property Modified
        • Full types went from boolean to string(date-time)
          Breaking
GET /manager/orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /manager/products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /widget/posts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
Removed 1 Breaking
PUT /chat/chatrooms/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
PATCH /chat/chatrooms/{id}