如何从 Orocommerce 后台创建购物清单
购物清单描述了通过后台,您可以访问客户在 OroCommerce 店面中创建和保存的任何购物清单。
我们还可以使用 http://ip-address/admin/api/doc 中的任何 api 从后台创建购物清单吗?我发现一些购物清单 api 已被弃用。 http://ip-address/admin/api/doc/default#options--api-rest-{版本}-shopping-list.{_format}
Shopping List describes that Via the back-office, you can access any shopping list created and saved by the customers in the OroCommerce storefront.
Can we also create a shopping list from Back-office using any of the api's from http://ip-address/admin/api/doc. I see some of the shopping list api's are deprecated.
http://ip-address/admin/api/doc/default#options--api-rest-{version}-shopping-list.{_format}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Backoffice API 中未启用 OOTB 购物列表实体。您可以在 API Sandbox 中找到所有启用的资源。对于 Backoffice,为“~/backend-prefix/api/doc”;对于 Storefront,为“~/api/doc”。
“~/backend-prefix/api/doc/default”资源(来自您的示例)它是一个旧的、已弃用的普通 API 实现,不应使用。
如果您需要通过 Backoffice API 添加 SL,您可以“启用自定义 API”:
https://doc.oroinc.com/backend/api/how-to /#id2
OOTB Shopping list entity is not enabled in Backoffice API. All enabled resources you can find in API Sandbox. "~/backend-prefix/api/doc" as for Backoffice and "~/api/doc" for Storefront.
"~/backend-prefix/api/doc/default" resource (from your example) it is an old, deprecated plain API implementation and should not be used.
In case you need to add SL via Backoffice API you could "Enable Custom API":
https://doc.oroinc.com/backend/api/how-to/#id2