Sitecore OrderCloud Documentation

docs

Portal login

API v1.0.65 Release Notes

Released on null

New Features

  • The Me endpoint for categories is an optional ProductID filter. This allows a user to find all the categories assigned to them that have that product in them, removing the need to give a user the CategoryReader role to accomplish this.

Request:

GET https://api.ordercloud.io/v1/me/categories?ProductID=SuperAwesomeProduct

Response:

Status Code = 200

{
  "Meta": {
    "Page": 1,
    "PageSize": 20,
    "TotalCount": 25,
    "TotalPages": 2,
    "ItemRange": [
      1,
      20
    ]
  },
  "Items": [
    {
      "ID": "SuperAwesomeCategory",
      "Name": "I Contain the SuperAwesomeProduct",
      "Description": "",
      "ListOrder": 1,
      "Active": true,
      "ParentID": "",
      "ChildCount": 0,
      "xp": {}
    }
  ]
}
  • We also added a Me route for GETing a single category! DOCS

    GET https://api.ordercloud.io/v1/me/categories/{categoryID}

Bug Fixes

  • Previously, if you attempted to submit an order that had a lineitem with a product that had specs and options, it would fail. Fixed now!

  • On OrderSubmitted Message Sender Mandrill Templates, the order total merge variable was not accurately reflecting order total, leaving out promotion discount. This is now fixed. (The API model was never affected, only the Message Sender merge variable.)

  • We fixed a bad index that was causing massive performance problems for DELETEing a Security Profile assignment. You should be able to go forth and delete to your hearts content now with no fear of the angry spinner!

Sitecore Logo

© Copyright 2024, Sitecore OrderCloud®. All rights reserved.

Contact Us
Privacy Policy
Sitecore