Service Url: GET /baskets/{ref}/orders/deliveryOptions
Response body
IListDeliveryOptionsResponse
deliveryOptions – List<IDeliveryOptions> – the list of delivery options available.
Entities
IDeliveryOption
deliverySlot – IDeliverySlot – the delivery slot
deliveryDescription – String – the description of the delivery
deliveryReference – String – the reference for the delivery
Remarks
Returns a list of all the delivery options available for the delivery of the customer order.
Example Request
1http://localhost:8080/WebRestApi/rest/baskets/PRIMARY/orders/deliveryOptions
Example Response
1TODO