API structure has changed
10 structure changes including:
6 Additions
4 Modifications
Modified
4
GET /customers
- Response
-
200 response Modified
-
application/json content type Modified
- mobilePhone property Added
-
application/json content type Modified
GET /customers/{customerId}
- Response
-
200 response Modified
-
application/json content type Modified
- mobilePhone property Added
-
application/json content type Modified
PATCH /customers/{customerId}
- Body
-
application/json content type Modified
- mobilePhone property Added
- Response
-
200 response Modified
-
application/json content type Modified
- mobilePhone property Added
-
application/json content type Modified
POST /customers
- Body
-
application/json content type Modified
-
alternative Modified
-
true alternative Modified
- mobilePhone property Added
-
false alternative Modified
- mobilePhone property Added
-
true alternative Modified
-
alternative Modified
- Response
-
200 response Modified
-
application/json content type Modified
- mobilePhone property Added
-
application/json content type Modified
Added
6
DELETE /products/{id}/dimensions/{dimensionId}
DELETE /products/{id}/salestypeOverrides/{salesTypeId}
GET /products/{id}/dimensions
GET /products/{id}/salestypeOverrides
PUT /products/{id}/dimensions/{dimensionId}
PUT /products/{id}/salestypeOverrides/{salesTypeId}