Feature Pack 7

Applies the quick checkout profile to the current shopping cart

The following example shows how to applies the quick checkout profile to the current shopping cart.

Request


PUT /wcs/resources/store/10101/cart/@self/applyCheckoutProfile HTTPS/1.1
Host: testserver.mycompany.com
Content-Type: application/json

Response


HTTPS/1.1 200 OK
Content-Type: application/json

{
	"orderId": "14501"
}