Operation | HTTP Request | Description |
---|---|---|
Get product detail by Id |
GET /products/{id} |
Get product detail by Id |
Delete product by Id |
DELETE /products/{id} |
Delete product by Id |
Get product detail by store identifier |
GET /products/product-id/{id} |
Get product detail by store identifier |
Delete product by product store identifier |
DELETE /products/product-id/{id} |
Delete product by product store identifier |
Patch or create product by store identifier |
PATCH /products/product-id/{id} |
Patch or create product by store identifier |