DELETE Logistics/RemoveShippingMeans

Removes a ShippingMeans

Request Information

URI Parameters

None.

Body Parameters

ShippingMeansBinding
NameDescriptionTypeAdditional information
ID

integer

None.

CarrierID

integer

None.

Name

string

Required

Description

Additional information. Available at the client front view

string

None.

PrivateObservations

Private observations about this means

string

None.

Disabled

tbd Make sure is not LogisticsConfiguration.ShippingMeansID before disabling it

date

None.

BaseID

The base used to match a price with the order

integer

None.

CustomerPickUp

This shipping means defines a customer pick up

boolean

None.

TaxRateID

The taxRate to apply to this model

integer

None.

IsExpress

boolean

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CarrierID": 1,
  "Name": "sample string 2",
  "Description": "sample string 3",
  "PrivateObservations": "sample string 4",
  "Disabled": "2025-12-06T05:42:04.1390063+01:00",
  "BaseID": 5,
  "CustomerPickUp": true,
  "TaxRateID": 7,
  "IsExpress": true,
  "Lang": "sample string 9",
  "StoreID": 10
}

application/xml, text/xml

Sample:
<ShippingMeansBinding 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 9</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">10</StoreID>
  <BaseID>5</BaseID>
  <CarrierID>1</CarrierID>
  <CustomerPickUp>true</CustomerPickUp>
  <Description>sample string 3</Description>
  <Disabled>2025-12-06T05:42:04.1390063+01:00</Disabled>
  <IsExpress>true</IsExpress>
  <Name>sample string 2</Name>
  <PrivateObservations>sample string 4</PrivateObservations>
  <TaxRateID>7</TaxRateID>
  <ID>1</ID>
</ShippingMeansBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.