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": "2280377a-2b4b-4a83-913e-c8de00a9e682",
"created": "2026-09-08T06:15:32.2025687+02:00",
"updated": "2026-09-08T06:15:32.2025687+02: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": "ca821017-56fd-40ba-a03d-69b3b5438576",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-09-08T06:15:32.2025687+02:00",
"updated": "2026-09-08T06:15:32.2025687+02:00"
},
{
"id": "ca821017-56fd-40ba-a03d-69b3b5438576",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-09-08T06:15:32.2025687+02:00",
"updated": "2026-09-08T06:15:32.2025687+02:00"
}
],
"color": "sample string 10",
"logoUrl": "sample string 11",
"useParadiseShop": true,
"paradiseAdminUrl": "sample string 13",
"shopCountries": [
{
"id": "56482057-114e-43a9-bdd0-5f123ef9707a",
"postage": 1.0,
"package": 2.0,
"paymentProvider": "sample string 3",
"fulfillmentProvider": "sample string 4",
"emailProvider": "sample string 5",
"smsProvider": "sample string 6",
"shop": {
"id": "063c651d-abab-4185-8836-76fbc1ca1dbe",
"name": "sample string 2",
"type": "sample string 3"
},
"country": {
"id": "063c651d-abab-4185-8836-76fbc1ca1dbe",
"name": "sample string 2",
"type": "sample string 3"
}
},
{
"id": "56482057-114e-43a9-bdd0-5f123ef9707a",
"postage": 1.0,
"package": 2.0,
"paymentProvider": "sample string 3",
"fulfillmentProvider": "sample string 4",
"emailProvider": "sample string 5",
"smsProvider": "sample string 6",
"shop": {
"id": "063c651d-abab-4185-8836-76fbc1ca1dbe",
"name": "sample string 2",
"type": "sample string 3"
},
"country": {
"id": "063c651d-abab-4185-8836-76fbc1ca1dbe",
"name": "sample string 2",
"type": "sample string 3"
}
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.