Question 26

A developer set up a new site with Taxation: Net. However, the business requirements changed and the site now needs to be Taxation:Gross. The Business Manager interface does not give this option.
Which sequence of steps is necessary to change the site to gross taxation?
  • Question 27

    A developer wants to use an external application to manage their stores information (such as opening hours, and so on), and see their changes in their B2C Commerce Staging instance aas son as they are saved.
    What is the appropriate technique the developer should perform to allow the merchant to create a new store in this scenario?
  • Question 28

    The Client currently manages Customers, Inventory, and Product Information with dedicated backend systems as shown In the Systems Diagram below. There is also an external Email Marketing System (EMS) in place. The EMS needs order data to email recommendations to customers using an existing email campaign. These recommendations should be to only send for products that are in stock. The EMS has no access to the backend systems so this data should come from the Salesforce B2C Commerce site.

    Which relationships should be added to the Systems Diagram to complete it and fulfill the chant requirements necessary for the email campaign?
  • Question 29

    An Architect has been asked by the Business to integrate a new payment LINK cartridge. As part of the integration, the Architect has created four new services to access various endpoints in the integration.
    How can the Architect move the new services to Production when the integration is ready for launch?
  • Question 30

    Given the customer basket described below:
    * A customer has an existing basket that consists of multiple items.
    * One of the items is identified as a gift item by an attribute at the product line item.
    The developer needs to write custom code to fetch the customer basket and then modify the basket based upon the items in the cart. If the basket contains any gift items, modify the basket and create a separate shipment for the gift item.
    Four hooks are required to make the modification, beginning with modifyGETRespone and ending with validatebasket.
    * Dw.ocapi.shop.basket.modifyGETResponse
    * -- missing hook -
    * -- missing hook --
    * dw.ocapi.shop.basket.validateBasket
    What are the two missing hooks in the middle?