Validate connection and accessibility of the API.
- Get order-order restriction set
List the existing order-order restriction sets
Upsert order-order restriction set
Delete order-order restriction set
Get order-order restricti...
Planning API (1.5.0)
The planning API provides information about plannings and their lifecycle.
You can find out more in our developer portal.
Download OpenAPI description
Overview
Servers
Mock server
https://developer.conundra.eu/_mock/apis/plannings/planning-api/
Production Api
https://api.conundra.eu/planning/v1/
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets
- Production Apihttps://api.conundra.eu/planning/v1/settings/order-order-restriction-sets
OK
Subset of Order-Order Restriction Sets matching the provided query, limited to the limit specified in the request.
The cursor for this page. Not present when the result contains no data.
Example: "c2VsZl9fcGFnZQ"
The cursor for the previous page. Not present when fetching data for the first page.
Example: "cHJldmlvdXNfX3BhZ2U"
Response
application/json
{ "data": [ { … } ], "cursor": { "self": "c2VsZl9fcGFnZQ", "prev": "cHJldmlvdXNfX3BhZ2U", "next": "bmV4dF9fcGFnZQ" } }
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/order-order-restriction-sets/{business_id}
Response
application/json
{ "business_id": "a-business-id", "name": "Ambient goods not with chilled goods", "restrictions": [ { … } ] }
Bodyapplication/jsonrequired
The name of the order-order restriction set
Example: "Ambient goods not with chilled goods"
List of order-order restrictions in this set
Type of restriction
Enum"NOT_TOGETHER_IN_VEHICLE_WITH""NOT_LOADED_OR_UNLOADED_WHILE_VEHICLE_CONTAINS""NOT_AFTER""NOT_IMMEDIATELY_AFTER""NOT_BEFORE""NOT_LOADED_WHILE_VEHICLE_CONTAINS""NOT_UNLOADED_WHILE_VEHICLE_CONTAINS"
- Mock serverhttps://developer.conundra.eu/_mock/apis/plannings/planning-api/settings/order-order-restriction-sets/{business_id}
- Production Apihttps://api.conundra.eu/planning/v1/settings/order-order-restriction-sets/{business_id}
Response
No content