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": "1761a481-609d-42c7-9fcc-68c6dfb965ec",
"created": "2025-12-30T23:37:16.5560479+01:00",
"updated": "2025-12-30T23:37:16.5560479+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": "dd3211d0-20f5-431e-87a6-c4f0ea1fd923",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2025-12-30T23:37:16.5560479+01:00",
"updated": "2025-12-30T23:37:16.5560479+01:00"
},
{
"id": "dd3211d0-20f5-431e-87a6-c4f0ea1fd923",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2025-12-30T23:37:16.5560479+01:00",
"updated": "2025-12-30T23:37:16.5560479+01:00"
}
],
"color": "sample string 10",
"logoUrl": "sample string 11",
"useParadiseShop": true,
"paradiseAdminUrl": "sample string 13",
"shopCountries": [
{
"id": "cd73f6d6-9045-475e-8138-ca41d2533152",
"postage": 1.0,
"package": 2.0,
"paymentProvider": "sample string 3",
"fulfillmentProvider": "sample string 4",
"emailProvider": "sample string 5",
"smsProvider": "sample string 6",
"shop": {
"id": "c3a9c44f-1242-4481-af51-54d2242bd36d",
"name": "sample string 2",
"type": "sample string 3"
},
"country": {
"id": "c3a9c44f-1242-4481-af51-54d2242bd36d",
"name": "sample string 2",
"type": "sample string 3"
}
},
{
"id": "cd73f6d6-9045-475e-8138-ca41d2533152",
"postage": 1.0,
"package": 2.0,
"paymentProvider": "sample string 3",
"fulfillmentProvider": "sample string 4",
"emailProvider": "sample string 5",
"smsProvider": "sample string 6",
"shop": {
"id": "c3a9c44f-1242-4481-af51-54d2242bd36d",
"name": "sample string 2",
"type": "sample string 3"
},
"country": {
"id": "c3a9c44f-1242-4481-af51-54d2242bd36d",
"name": "sample string 2",
"type": "sample string 3"
}
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.