Feature Pack 7

ShippingInfoHandler

This class provides RESTful services to get and update shipping information in the shopping cart.

Method Name HTTP Method URL Query Parameters Description Authentication Example
getShippingInfo GET store/{storeId}/cart/@self/shipping_info/ responseFormat={responseFormat}&pageNumber={pageNumber}&pageSize={pageSize} Gets shipping information for the shopping cart. Yes,HTTPS Sample
updateOrderShippingInfo PUT store/{storeId}/cart/@self/shipping_info/ responseFormat={responseFormat} Updates shipping information for the shopping cart. Yes,HTTPS Sample