PersonCheckoutProfileHandler
This class provides RESTful services to retrieve and update a checkout profile.
Method Name | HTTP Method | URL | Query Params | Description | Authentication | Example |
---|---|---|---|---|---|---|
getCheckoutProfile | GET | store/{storeId}/person/@self/checkoutProfile/ | responseFormat={responseFormat} | Retrieves the checkout profile for the logged in user using the Member service. The shopper must login before invoking this method. | Yes, HTTPS | Sample |
updateCheckoutProfile | PUT | store/{storeId}/person/@self/checkoutProfile/ | responseFormat={responseFormat} | Updates the checkout profile for the logged in user using the Member service. The shopper must login before invoking this method. | Yes, HTTPS | Sample |