A developer is customizing the payment methods widget to enable the shopper to store a credit card when checking out. The widget needs to add three properties to the payments object of the JSON authorization request when creating the order:…

Given this widget JavaScript snippet using the CCRestClient library: What is the URL of the created request to Commerce Cloud? A. GET /ccstore/v1/products B. GET /ccstore/v1/products/xprod2119 C. POST /ccstore/v1/products D. PUT /ccstore/v1/products/xprod2119 E. GET/ccstore/v1/products?getProduct=xprod2119

Given the example widget configuration definition: Which two statements are correct? (Choose two.) A. You can reference the configuration in the widget JavaScript as widget.enabled() B. The widget configuration setting does not have a default value C. You can reference…