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 HTTP method to GET.
B. Change the HTTP method to PUT.
C. Change the URI to /dw/shop/vl8_3/products/creative-zen-v.
D. Include an authentication token in the request.
Which two methods are efficient and scalable? Choose 2 answers
A. ProductMgr.queryAllSiteProducts()
B. ProductSearchModel.getProductSearchHits()
C. Category.getProducts()
D. ProductSearchHit.getRepresentedProductsQ
A Digital Developer creates a B2C Commerce server connection in their UX Studio workspace. The Developer adds new cartridges to the workspace, but the cartridges do NOT execute as the Developer expects. Which three things should the Digital Developer verify to ensure the cartridges are uploaded? Choose 3 answers
A. The Auto-Upload setting is enabled for the server connection.
B. The Active Server setting is enabled for the server connection.
C. The server is configured to accept incoming connections.
D. The cartridge is for the current version of B2C Commerce.
E. The credentials for the server connection are correctly entered.
A Digital Developer must resolve a performance issue with product tiles. The Developer determines that the product tiles are NOT being cached for a long enough period. Which two methods can the Developer use to verify the cache settings for the product tiles? Choose 2 answers
A. Enable the template debugger to verify the cache times for the producttile.isml template.
B. View the product list page cache settings provided in the Administration > Manage Sites Business Manager module.
C. View the cache information provided by the Merchant Tools > Technical Reports Business Manager module.
D. Enable cache information in the storefront toolkit and view the cache information for the product tile.
A Digital Developer suspects a logical error in a script. Which action will help locate the error?
A. Check request logs for evidence of the logical error.
B. Put breakpoints in the code, debug, and examine variable values.
C. Print all values in the script node called before the current script.
D. Submit a support ticket to B2C Commerce.
A digital instance has one site, with one master product catalog separate from the site catalog. Some, but
NOT all, products in the master catalog are assigned to categories of the site catalog.
Using Business Manager, how can a Digital Developer create a catalog export file that contains only the
products assigned to the site catalog?
A. Use the Catalog Export module to export the site catalog.
B. Use the Site Import and Export module to export the master catalog, filtered by site catalog categories to export specific products.
C. Use the Catalog Export module to export the master catalog, with a category-assignment search to export specific products.
D. Use the Site Import and Export module to export both the site catalog and the master catalog in a single archive.
A Digital Developer is implementing an Open Commerce API call to add products to a basket. Given the following resource configuration:
Which modification allows the requests to successfully execute?
A. Change the "read_attributes" value to: " (items) ".
B. Change the "resource_id" value to: "/baskets/*/items".
C. Change the "methods" value to: ["get", "post"].
D. Change the "write_attributes" value to: " (+items) ".
Once the Cache Information tool of the storefront toolkit is enabled, how can a Digital Developer view caching information for a particular component of the page?
A. Hover over the caching icons now present on the storefront.
B. Start a pipeline debugging session and view the caching information provided.
C. Right-click on the component in UX Studio and view the caching properties of the file.
D. Open the Request Logs to view the caching information.