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": "06583002-f720-47f7-97fe-0cfca681b373",
"Name": "sample string 2"
},
{
"ID": "06583002-f720-47f7-97fe-0cfca681b373",
"Name": "sample string 2"
}
]