Change Updates

Do not miss any R&G Dealers API changes, ever again

Subscribe to the R&G Dealers API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare
4 structure changes including:
1 Addition
3 Modifications
Modified 3
GET /product/get/{sku}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • stock property Modified
GET /product/search
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /product/stock/{sku}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • count property Modified
        • Full types went from integer(int32) to integer(int32) | null

      • sku, error properties Added
Added 1
POST /product/bulkstock

Added stock count to product details, and created stand-alone stock endpoint.

3 structure changes including:
1 Addition
2 Modifications
Modified 2
GET /product/get/{sku}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • stock property Added
GET /product/search
  • Response
  • 200 response Modified
    • application/json content type Modified
Added 1
GET /product/stock/{sku}
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /product/get/{sku}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • category property Modified
        • Full types went from string | null to object

          Breaking

        • Permission is no longer readOnly

GET /product/search
  • Response
  • 200 response Modified
    • application/json content type Modified