Create Price for a Product
POST/products/:productId/price
The "Create Price for a Product" API allows adding a new price associated with a specific product to the system. Use this endpoint to create a price with the specified details for a particular product. Ensure that the required information is provided in the request payload.
Request
Responses
- 200
- 400
- 401
- 422
Successful response
Bad Request
Unauthorized
Unprocessable Entity