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 DeliveryServiceModel| Name | 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": "c4d719dc-5b40-4276-a7cb-8bf3f3bf3cbb",
"Name": "sample string 2"
},
{
"ID": "c4d719dc-5b40-4276-a7cb-8bf3f3bf3cbb",
"Name": "sample string 2"
}
]