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

Jun 21, 2024

main
0.1
Compare

API structure has changed

11 structure changes including:
11 Modifications
Modified 11 Breaking
GET /manager/orders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • products property Modified
GET /manager/products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /manager/products/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • images property Modified
        • Full types went from array[string] to array[object]
          Breaking
      • old_image property Added
GET /widget/ambassadors/{id}/posts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /{environment}/posts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /{environment}/posts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • products property Modified
      • image property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PATCH /manager/posts/{id}
  • Body
  • application/json content type Modified
    • status property Modified
      • Full types went from string to string | null
      • status property Modified
        • Full types went from string to string | null
  • Response
  • 200 response Modified
    • application/json content type Modified
      • products property Modified
      • image property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PATCH /manager/products/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • images property Modified
        • Full types went from array[string] to array[object]
          Breaking
      • old_image property Added
POST /chat/chatrooms/{chatroom}/messages-product
  • Response
  • 201 response Modified
    • application/json content type Modified
      • products property Modified
POST /manager/posts
  • Response
  • 201 response Modified
    • application/json content type Modified
      • products property Modified
      • image property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /manager/products
  • Response
  • 201 response Modified
    • application/json content type Modified
      • images property Modified
        • Full types went from array[string] to array[object]
          Breaking
      • old_image property Added