Feature Pack 7

PersonCheckoutProfileHandler

This class provides RESTful services to get and update a checkout profile.

Method Name HTTP Method URL Query Parameters Description Authentication Example
getCheckoutProfile GET store/{storeId}/person/@self/checkoutProfile/ responseFormat={responseFormat} Gets the CheckOutProfile for the logged in user using the Member service. The shopper must log in before invoking this method. Yes, HTTPS Sample
updateCheckoutProfile PUT store/{storeId}/person/@self/checkoutProfile/ responseFormat={responseFormat} Updates the CheckOutProfile for the logged in user using the Member service. The shopper must log in before invoking this method. Yes, HTTPS Sample