Once the administrator has activated the integration between B2C Commerce and Order Management, orders being placed by customers will be sent to Order Management if the order status is set to which two values?
Which three objects need to be utilized when creating orders using the composite API?
The Pricebook Entry, Contact, and Account objects are required when creating orders using the composite API. The composite API is a REST API that allows creating multiple records in one request. To create an order using the composite API, an administrator needs to provide the following information:
The Account ID of the customer who placed the order
The Contact ID of the customer who placed the order
The Pricebook Entry IDs of the products that are ordered
The quantity and unit price of each product
The order status and currency Reference: [Create Orders Using Composite API], [Composite Resources]
The Northern Trail Outfitters (NTO) team is already using Order Management. The team wants to transition from their home-grown Commerce engine to B2C Commerce Cloud. Which action do they need to perform?
What two steps are required to add an item to the Actions & Recommendations panel on the Order Summary record page?
Two steps that are required to add an item to the Actions & Recommendations panel on the Order Summary record page are:
Drag the Actions & Recommendations component on the page. The Actions & Recommendations component is a standard component that displays actions and recommendations based on business logic for records in Lightning Experience or Salesforce mobile app. The administrator can use the Lightning App Builder to drag and drop the Actions & Recommendations component onto the Order Summary record page layout.
Create a new sub-flow. A sub-flow is a type of flow that can be invoked by another flow as an element. A sub-flow can contain logic and actions that are specific to a certain scenario or use case, such as order fulfillment or payment processing. The administrator can use Flow Builder to create a new sub-flow that defines the actions and recommendations for Order Summaries, and then add it to the Actions & Recommendations component on the record page.
Verified Reference: https://help.salesforce.com/s/articleView?id=sf.om_actions_recommendations.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_subflow.htm&type=5