GET v1/store/deliveryServices
Gets store's delivery service.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns collection of the store's delivery services.
Collection of DeliveryServiceModelName | Description | Type | Additional information |
---|---|---|---|
ID |
The ID of the service. |
globally unique identifier |
None. |
Name |
The name of the service. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "7aa98bbf-058d-4b94-a804-b38cd9135c53", "Name": "sample string 2" }, { "ID": "7aa98bbf-058d-4b94-a804-b38cd9135c53", "Name": "sample string 2" } ]