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