SAP Commerce Cloud · Capability
SAP Commerce Cloud Shopping and Checkout
Workflow capability for the customer shopping journey in SAP Commerce Cloud. Covers product discovery, cart management, checkout, and order tracking for both B2B and B2C scenarios. Used by storefront developers, mobile app developers, and commerce integration engineers.
What You Can Do
GET
Search products
— Search the product catalog.
/v1/products
GET
Get product
— Get product details.
/v1/products/{productCode}
GET
List orders
— List user order history.
/v1/users/{userId}/orders
GET
Get order
— Get order details.
/v1/users/{userId}/orders/{code}
GET
Find stores
— Find nearby stores.
/v1/stores
MCP Tools
search-products
Search the SAP Commerce Cloud product catalog using keywords or facets.
read-only
get-product
Get detailed product information including price, stock, images, and reviews.
read-only
add-to-cart
Add a product to the customer's shopping cart.
get-cart
Get the customer's current shopping cart contents and totals.
read-only
list-orders
List order history for a customer.
read-only
get-order
Get details and status of a specific order.
read-only
find-stores
Find physical store locations for click-and-collect or in-store assistance.
read-only
APIs Used
sap-commerce-occ