Commerce Foundation ShippingMethod CommerceQuery
This Commerce Server 2009 operation is used to retrieve the list of the shipping methods that the server supports.
Syntax
var queryShippintMethod = new CommerceQuery<CommerceEntity>("ShippingMethod");
Parameters
Only supports CommerceModelSearch. You cannot use any fields to use as filters.
Operation Sequence Components
Operation Sequence Component |
Description |
---|---|
CommerceShippingMethodQueryProcessor |
Retrieves the shipping methods dataset from Commerce Server and adds them to the response. |
Valid Query Operations
All search criteria properties are ignored. This operation always returns all shipping methods.
Exceptions
This operation does not throw any exceptions for Microsoft Multi-Channel Commerce Foundation to handle.
See Also
Other Resources
Developing with the Commerce Foundation Orders System