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": "1e5941d7-bf50-4746-9a11-884d0354f06a", "Name": "sample string 2" }, { "ID": "1e5941d7-bf50-4746-9a11-884d0354f06a", "Name": "sample string 2" } ]