SAP官网链接:https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/2011/en-US/8c19ab00866910148f87bf32d4a60d38.html?q=omni%20channel%20connect

Commerce Cloud提供了一组称为Omni Commerce Connect的Restful API, 简称OCC.

Omni Commerce Connect (OCC) is a next-generation commerce API that offers a broad set of commerce and data services which enable you to use and leverage the complete SAP Commerce functionality anywhere in your existing application landscape.

认证方式

The OAuth 2.0 authorization framework is the default authorization framework for the commerce driven OCC Web Services under the ycommercewebservices extension.

ycommercewebservices extension里提供的OAuth 2.0认证框架,作为OCC的认证实现。

The key benefit of using OAuth 2.0 (compared to basic authentication, even over HTTPS) is that the API client does not have to save or, in some cases, even obtain the user’s credentials.

使用OAuth 2.0最大的好处是API客户端不需要保存甚至去获取用户的credential, 而是使用Access Token消费API.

OCC API支持的场景

  • Viewing the list and details of all placed orders.
  • Managing already existing product reviews and placing own product-specific reviews.
  • Checking the lists of available points of service and verifying stock levels for local services.
  • Integrating external systems to create navigation and content structures.
  • Ensuring fast and optimized search.
  • Exploring detailed product information.
  • Ensuring proper user administration.
  • Managing cart details in efficient and effective manner.
  • Managing and reviewing promotion details.
  • Managing vouchers.
  • Managing customer data.

API文档

OCC架构

什么是SAP Commerce Cloud OCC相关推荐

  1. SAP Commerce Cloud OCC User Role

    官方文档 Principal: A user who gains access to the application is called a principal. It does not have t ...

  2. 关于SAP Commerce Cloud OCC API url里不包含user信息的问题

    问题 CMS OCC WS Endpoint don't add User information in URI so all CMS Restriction based on user or use ...

  3. SAP Commerce Cloud,通过 ycommercewebservices OCC APIs 进行结账的一个技术限制

    原文:SAP Commerce Cloud, single-page checkout via ycommercewebservices OCC APIs v2 您是在公共基础设施中使用 SAP Co ...

  4. SAP Spartacus部署到SAP Commerce Cloud,不同的系统设置不同的OCC Base url

    需求 I would like to set environment specific OCC Base URLs Development Staging Production 现在遇到的问题 Cur ...

  5. SAP Commerce Cloud UI 的用户会话管理

    这是 Jerry 2021 年的第 51 篇文章,也是汪子熙公众号总共第 328 篇原创文章. 如无特殊说明,本公众号介绍的 SAP Commerce Cloud UI,均指新一代基于 Spartac ...

  6. SAP Commerce Cloud 架构概述

    SAP Commerce Cloud Architecture 尽管我们在"SAP Commerce Cloud 入门"一文中介绍了 SAP Commerce Cloud 的一些高 ...

  7. SAP Commerce Cloud Storefront 框架选型:Accelerator 还是 Spartacus?

    Choosing Which Storefront to Use for Your SAP Commerce Cloud Solution 有许多使用 SAP Commerce Cloud 创建店面的 ...

  8. 将您的基于 Accelerator 的 SAP Commerce Cloud Storefront 迁移到 Spartacus Storefront

    原文:Migrate Your Accelerator-based Storefront to Project Spartacus 如果您已阅读过"迁移到 Spartacus javascr ...

  9. 一小时内在本地搭建 SAP Commerce Cloud(电商云)的前后台运行环境

    这是Jerry 2021年的第 21 篇文章,也是汪子熙公众号总共第 292 篇原创文章. 最近一段时间, Jerry 陆续把自己在 SAP Commerce Cloud (电商云) 新一代前台页面开 ...

最新文章

  1. 一个牛逼的 多级缓存 实现方案!
  2. golang异步协程调度原理
  3. 学习Linux的窍门与经验
  4. poj 1269 计算几何
  5. TF.js 识别图片中的物件
  6. 【Python基础】玩一玩python第三方进度条库tqdm
  7. 53. Maximum Subarray 题解
  8. 计算机网络 多个站点共享信道的方式图
  9. regex 正则表达式零宽度正预测先行断言 and 零宽度正回顾后发断言
  10. 编译器说 Lambda 表达式中的变量必须是 final 的,我偏不信 | 原力计划
  11. 《操作系统》学习辅导
  12. POJ 1088 滑雪 记忆化搜索
  13. 13.软件架构设计:大型网站技术架构与业务架构融合之道 --- 业务意识
  14. Web页面无法执行CGI的exe程序
  15. 计算机傅里叶什么知识美颜,傅里叶变换是用来做什么的,具体举例一下应用?...
  16. 获取dns缓存/清除dns缓存
  17. 皇甫懒懒 Java 学习笔记 第一章
  18. 为什么DCIM在中国市场不给力?
  19. 第一章 TCP/IP 协议
  20. 如何在 Virtual Box 上下载 Docker

热门文章

  1. 密码方法三层三级联动
  2. 通过注册表修改远程桌面默认3389端口
  3. 卡通渲染进阶 = toonlighting + outline + rimlighting + hair specular
  4. go 数据添加元素和删除特定元素
  5. 阿里大数据分析与应用(part2)--大数据分析的流程与常用技术
  6. 交叉验证技术(part1)--概述
  7. 过拟合与模型调优(part3)--数据划分及模型选择
  8. 网络编程(part2)--文件读写之打开/读取/写入
  9. cypress 的错误消息 - the element has become detached or removed from the dom
  10. 为什么我们需要给 Angular library 创建多重入口 multiple entry point