How to create shopping list from back-office of Orocommerce

116 Views Asked by At

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}

1

There are 1 best solutions below

0
Alexander Tarakanov On

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