List Collection Delivery Options

Service Url: GET /baskets/{ref}/orders/collectionOptions

Response body

IListDeliveryOptionsResponse

deliveryOptions – List<IDeliveryOptions> – the list of delivery options available for collection.

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 collection of the customer order

Example Request

1http://localhost:8080/WebRestApi/rest/baskets/PRIMARY/orders/collectionOptions

Example Response

1TODO


#

Contents
Go to Top