List delivery methods by product (v2)

Request
query Parameters
productId
required
integer <int32>

The internal product id for the product to list available delivery methods for.

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.

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/ListDeliveryMethodsByProduct2
Response samples
[
  • {
    }
]