Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

May 21, 2025

dev
dev
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4
GET /v1/shop/product-recommendations
  • Response
  • 200 response Modified
    • application/json content type Modified
      • products property Modified
        • category property Modified
          • Type went from string to string | null
GET /v1/shop/product/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • categoryId property Modified
        • Type went from string to string | null
GET /v1/shop/products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • products property Modified
        • category property Modified
          • Type went from string to string | null
POST /v1/shop/product/
  • Body
  • application/json content type Modified
    • categoryId property Modified
      • Type went from string to string | null
  • Response
  • 200 response Modified
    • application/json content type Modified
      • categoryId property Modified
        • Type went from string to string | null