This endpoint orders the Shopping Cart.
To call any
/carts
endpoints, you need to use a JWT token or an intent token for authorization.
order_reference
required
{
"order_reference": "string"
}
{
"code": 201,
"message": "Created; cart ordered.",
"data": [
{
"supplier_id": "string",
"company_id": "string",
"response_data": "this depends on where it is ordered"
}
],
"links": {},
"errors": []
}
201
Created; Cart order success.
400
This company cannot order from this supplier.
400
Suppliers connection is not configured or is offline. Please contact your supplier.
403
Cart not found or empty