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 return operations in Order Management?

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 return operations in Order Management?
A . Connect APIs
B . Bulk APIs
C . REST APIs
D . Streaming APIs

Answer: A, C

Explanation:

Two APIs that an admin can suggest so that customers can initiate order cancellations and returns from the B2C Commerce storefront and have their action 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. They allow customers to interact with Order Management resources using JSON or XML formats.

Reference:

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

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments