List delivery methods by basket (v2)

Request
query Parameters
basketId
required
integer <int32>

The internal basket id.

countryId
string

Internal id that specifies in which country. If none is supplied, value is resolved from Application default.

zip
required
string

Zip code for filtration.

customerId
string

Current internal customer id, checks for specific customer bound delivery methods.

companyId
string

Current internal company id, checks for specific company bound delivery methods.

dropPointSize
string

Maximum number of dropPoints to return for each delivery method.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

currencyId
string

Internal id that specifies in which currency to display prices. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/ShoppingService.svc/rest/ListDeliveryMethodsByBasket2
Response samples
[
  • {
    }
]