POST | /products/ | Create Product |
GET | /products/ | List Products |
GET | /products/{productId} | Get Product by ID |
PUT | /products/{productId} | Update Product by ID |
DELETE | /products/{productId} | Delete Product by ID |
POST | /products/bulk-update | Bulk Update Products |
POST | /products/bulk-update/inventory | Bulk Update Inventory |
POST | /products/bulk-update/edit | Bulk Edit Products and Prices |
POST | /products/{productId}/price | Create Price for a Product |
GET | /products/{productId}/price | List Prices for a Product |
GET | /products/{productId}/price/{priceId} | Get Price by ID for a Product |
PUT | /products/{productId}/price/{priceId} | Update Price by ID for a Product |
DELETE | /products/{productId}/price/{priceId} | Delete Price by ID for a Product |
GET | /products/inventory | List Inventory |
POST | /products/inventory | Update Inventory |
GET | /products/store/{storeId}/stats | Fetch Product Store Stats |
POST | /products/store/{storeId} | Action to include/exclude the product in store |
POST | /products/store/{storeId}/priority | Update product display priorities in store |
GET | /products/collections | Fetch Product Collections |
POST | /products/collections | Create Product Collection |
GET | /products/collections/{collectionId} | Get Details about individual product collection |
PUT | /products/collections/{collectionId} | Update Product Collection |
DELETE | /products/collections/{collectionId} | Delete Product Collection |
GET | /products/collections/{collectionId}/products | Get collection products |
GET | /products/reviews | Fetch Product Reviews |
GET | /products/reviews/count | Fetch Review Count as per status |
PUT | /products/reviews/{reviewId} | Update Product Reviews |
DELETE | /products/reviews/{reviewId} | Delete Product Review |
POST | /products/reviews/bulk-update | Update Product Reviews |