Updates to Cart API, Catalog API and Custom Layout Files
timestamp1533565200001
API
Bug Fix
- In V3 Cart API you can now create a Cart and change a line item to have a 0$ price.
- In V3 Catalog, value_data returns null when empty, instead of an empty array.
- A custom layout file can now be assigned to categories. Previously, when setting the
layout_file
using the API, it would accept the data in a request, but the response would still return the default.html and the file had not changed.