Which two APIs can an admin suggest so that customers can initiate order cancellations and returns from the B2C Commerce storefront and have their action carry out the cancel and returnoperations in Order Management?
Correct Answer: A,C
Two APIs that an admin can suggest so that customers can initiate order cancellations and returns from the B2C Commerce storefront and have theiraction carry out the cancel and return operations in Order Management are:
Connect APIs. These are RESTful APIs that expose resources in Order Management, such as orders, payments, shipments, etc. They allow customers to perform CRUD (create, read, update,delete) operations on these resources from external systems, such as B2C Commerce.
REST APIs. These are HTTP-based APIs that enable developers to access data in Order Management using standard HTTP methods, such as GET, POST, PUT, PATCH, and DELETE. Theyallow customers to interact with Order Management resources using JSON or XML formats.
Verified References: https://help.salesforce.com/s/articleView?id=sf.order_management_connect_api.
htm&type=5 https://help.salesforce.com/s/articleView?id=sf.order_management_rest_api.htm&type=5