Create a new price
POST/v2/prices
Creates a single new price with the provided details.
Request
Responses
- 201
- 400
- 403
- 500
The price was successfully created.
The request was malformed or contained invalid parameters.
The user is not authorized to perform this action.
An unexpected error occurred on the server.