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": "3aee556f-7fdf-4d3a-9a41-540800c19e9c",
"Name": "sample string 2"
},
{
"ID": "3aee556f-7fdf-4d3a-9a41-540800c19e9c",
"Name": "sample string 2"
}
]