London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Quan Mai
Oct 5, 2017
  5038
(7 votes)

Announcing Order extension for ServiceAPI

ServiceAPI has been a popular RESTful APIs for Episerver Commerce, and it has been used by many websites, allowing easy and reliable integration with external systems. However up until now, only Catalog-related APIs (and a small set of CMS asset and content APIs) were supported. We have been asked about adding the support for order-related APIs to ServiceAPI.

And with ServiceAPI 4.1.0, that actually happens. We are happy to annouce that the order-related APIs are now available in ServiceAPI. You can install ServiceAPI 4.1.0 for Commerce today: http://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.ServiceApi.Commerce 

The new APIs included in this release are:

  • Cart: CRUD and search APIs
  • Purchase Order: CRUD and search APIs
  • Payment Plan: CRUD and search APIs
  • Contact and organization: CRUD APIs

More information regarding these new APIs can be found here: http://world.episerver.com/documentation/developer-guides/Episerver-Service-API/order-restful-operations/ 

We would like to express our thanks to Geta for their contribution to the extension.

Note that those APIs, while they can help you do many things with order system, are not "complete" or without limitation. We will continue adding more features, improvements, and bug fixes to upcoming releases. If you have suggestions or feedback, you are welcome to share them with us.

Oct 05, 2017

Comments

K Khan
K Khan Oct 5, 2017 12:38 PM

Future is in clouds :) For me, this is another step to reach the height of clouds, is there any stories around Campaigns/Promotions in backlog?

Quan Mai
Quan Mai Oct 5, 2017 02:01 PM

Campagins/Promotions are basically CMS content, which is something we wanted to support, but not in the near future ... 

Please login to comment.
Latest blogs
Meet the Newest OMVPs – Winter 2025 Cohort

We're excited to officially welcome the latest winter cohort of Optimizely Most Valuable Professionals (OMVPs) - a group of passionate tech...

Satata Satez | May 14, 2025

Helper method to encode query string properly

When using Url.ContentUrl() in Optimizely 12, encodes spaces as + in the query string. If you want to encode the spaces as %20, use the below helpe...

sunylcumar | May 13, 2025

Get ContentReference from GUID

Optimizely CMS 12 provides a Utility function to retrieve Content Reference from a Guid by ussing the below static method. var contentReference =...

sunylcumar | May 13, 2025

Creating a Dropdownlist in Optimizely CMS: Populate ISelectionFactory with values from another block's properties

Create a Block to hold selection options using EPiServer.Cms.Shell.UI.ObjectEditing.EditorDescriptors; using EPiServer.PlugIn; using EPiServer.Shel...

sunylcumar | May 12, 2025