API structure has changed
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
-
application/json content type 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)
tointeger(int32) | null
-
- sku, error properties Added
-
count property Modified
-
application/json content type Modified
Added
1
POST /product/bulkstock