DELETE Logistics/RemoveShippingZone
Removes an existing ShippingZone.
Request Information
URI Parameters
None.
Body Parameters
ShippingZoneBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required |
|
| Disabled | date |
None. |
|
| Priority |
Sets the priority when more than zone coincides with the destination address |
integer |
None. |
| InvoiceRequired |
Shippings to this zone require an Invoice |
boolean |
None. |
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Disabled": "2025-12-06T09:16:22.334554+01:00",
"Priority": 3,
"InvoiceRequired": true,
"Lang": "sample string 5",
"StoreID": 6
}
application/xml, text/xml
Sample:
<ShippingZoneBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Logistics"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID> <Disabled>2025-12-06T09:16:22.334554+01:00</Disabled> <ID>1</ID> <InvoiceRequired>true</InvoiceRequired> <Name>sample string 2</Name> <Priority>3</Priority> </ShippingZoneBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.