A Digital Developer is requesting product information for an external integration. The following Open
Commerce API (OCAPI) request is NOT functioning correctly:
How should the Developer change the request?
A.
Change the URI to /dw/shop/v18_3/products/creative-zen-v.
B.
Change the HTTP method to PUT.
C.
Change the HTTP method to GET.
D.
Include an authentication token in the request.
Change the HTTP method to GET.
Universal Containers wants to give customers the ability to refine product search results by a product custom attribute, weightCapacity.Which series of steps should a Digital Developer take to show this refinement on the storefront?
A.
Define a sorting rule for weightCapacity, then rebuild the product search index.
.
B.
Define a search refinement for weightCapacity, then rebuild the product search index.
C.
Define search-suggestion buckets for weightCapacity, then rebuild the product search index.
D.
Define a search refinement for weightCapacity, then clear the page cache segment for Search-Show
Define a search refinement for weightCapacity, then rebuild the product search index.
Assume the code below is executing:
Business Manager has the configuration:
Active Log category is “root” with log level of “info.”
Given this information, what is the beginning of the filename in which the log will be written?
A.
xyz
B.
custominfo-blade
C.
custom-export
D.
custom-xyz
custom-xyz
A developer must configure permissions for an Open Commerce API resource on a sandbox instance that
currently does not have any permissions configured.
Which two configuration properties are required to enable Access to the resource?
Choose 2 answers
A.
Resource_id
B.
Read_attributes
C.
Client_id
D.
Versión_range
Resource_id
Client_id
A Digital Developer has created a new PaymentForm controller that requires communication with the server and must be made using the HTTPS protocol.
Which code sample should the Developer use to make sure that HTTPS is used?
A.
exports.PaymentForm = guard.ensure([‘http’, ‘post’, ‘loggedIn’], handlePaymentForm);
B.
exports.PaymentForm = guard.expose([‘post’, ‘loggedIn’], handlePaymentForm);
C.
exports.PaymentForm = guard.httpsPost(handlePaymentForm);
D.
exports.PaymentForm = guard.ensure([‘https’, ‘post’, ‘loggedIn’], handlePaymentForm);
exports.PaymentForm = guard.ensure([‘https’, ‘post’, ‘loggedIn’], handlePaymentForm);
Page 14 out of 45 Pages |
Previous |