Question 6
A developer needs to check for product inventory in all inventory lists using the Open Commerce API.
An example request URL is:
Which properly should the developer check in the OCAPI settings to confirm the appropriate resource is enabled?
Question 7
Given the following ISML example, how should a developer reference the product object in the current iteration of the basket?
<isloop items ="${pdict.Basket.products}" var="product" status= "loopstatus">
...
</isloop>
Question 8
What is accomplished by the code below?
Question 9
Below is a form definition snippet from the newsletter.xml file:
<?xml version="1.0"?>
<form xmlns=http://www.demandware.com/xml/form/2008-04-15>
<field formid="email" lavel="Email" type="String" mandatory="True" max-length="50" />
</form>
Which line of code creates a JSON object to contain the form data?
Question 10
Given a NewsletterSubscription custom object that has a key attribute named email of type String, what is the correct syntax to create the NewsletterSubscription custom object and persist it to the database?