Feature Pack 4Feature Pack 5Feature Pack 6

ShippingInfoHandler

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

Method Name HTTP Method URL Query Params 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