PUT api/Shops
Request Information
URI Parameters
None.
Body Parameters
ShopDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Name | string |
None. |
|
| ShopUrl | string |
None. |
|
| ContactEmail | string |
None. |
|
| CustomerServiceEmail | string |
None. |
|
| OrderEmail | string |
None. |
|
| CampaignEmail | string |
None. |
|
| AdminEmail | string |
None. |
|
| CustomerServiceTelephone | string |
None. |
|
| Address | string |
None. |
|
| Labels | Collection of LabelDto |
None. |
|
| Color | string |
None. |
|
| LogoUrl | string |
None. |
|
| UseParadiseShop | boolean |
None. |
|
| ParadiseAdminUrl | string |
None. |
|
| ShopCountries | Collection of ShopCountryDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "0e85bcee-b92a-46c0-8160-6695968b8f36",
"created": "2026-03-09T10:49:07.0818828+01:00",
"updated": "2026-03-09T10:49:07.0818828+01:00",
"name": "sample string 1",
"shopUrl": "sample string 2",
"contactEmail": "sample string 3",
"customerServiceEmail": "sample string 4",
"orderEmail": "sample string 5",
"campaignEmail": "sample string 6",
"adminEmail": "sample string 7",
"customerServiceTelephone": "sample string 8",
"address": "sample string 9",
"labels": [
{
"id": "8de0012d-cc98-49f7-b914-9d580c7cd30b",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-03-09T10:49:07.0818828+01:00",
"updated": "2026-03-09T10:49:07.0818828+01:00"
},
{
"id": "8de0012d-cc98-49f7-b914-9d580c7cd30b",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-03-09T10:49:07.0818828+01:00",
"updated": "2026-03-09T10:49:07.0818828+01:00"
}
],
"color": "sample string 10",
"logoUrl": "sample string 11",
"useParadiseShop": true,
"paradiseAdminUrl": "sample string 13",
"shopCountries": [
{
"id": "e28b1030-6532-4704-bb8c-d9e0eee66b0e",
"postage": 1.0,
"package": 2.0,
"paymentProvider": "sample string 3",
"fulfillmentProvider": "sample string 4",
"emailProvider": "sample string 5",
"smsProvider": "sample string 6",
"shop": {
"id": "294094d8-3b83-4cae-9ad7-75aa44612508",
"name": "sample string 2",
"type": "sample string 3"
},
"country": {
"id": "294094d8-3b83-4cae-9ad7-75aa44612508",
"name": "sample string 2",
"type": "sample string 3"
}
},
{
"id": "e28b1030-6532-4704-bb8c-d9e0eee66b0e",
"postage": 1.0,
"package": 2.0,
"paymentProvider": "sample string 3",
"fulfillmentProvider": "sample string 4",
"emailProvider": "sample string 5",
"smsProvider": "sample string 6",
"shop": {
"id": "294094d8-3b83-4cae-9ad7-75aa44612508",
"name": "sample string 2",
"type": "sample string 3"
},
"country": {
"id": "294094d8-3b83-4cae-9ad7-75aa44612508",
"name": "sample string 2",
"type": "sample string 3"
}
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.