Create Purchase Order
POST/api/v1/purchase_orders
Create Purchase Order
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
Successful Response
purchase_order_already_exists
: A Purchase Order with the given ID already exists.
unauthorized
: Invalid or no credentials where supplied.
could_not_validate_credentials
: Could not validate credentials.
product_not_found
: Product not found.
shop_not_found
: Shop does not exist.
Validation Error