Extend Catalogs with Custom Data
Minor You can now extend catalogs with custom data. For more information, see Custom Data (Flows) API Overview.
Minor You can now extend catalogs with custom data. For more information, see Custom Data (Flows) API Overview.
Minor You can now extend the account-members
entity with core flows.
Minor You can now extend the following entities with core flows.
Minor You can now extend accounts
and account-memberships
with core flows.
Minor Updated the Flows service to include field validation of non-string data types.
Commerce Manager
In the Flows page, updated the field type Boolean. The default value is now selected by using True and False radio buttons.Minor Added more reserved flow field slugs.
Major Fix issue with filtering orders. Minor Fixed issue with flows not appearing on address fields.
Major Remove unique attribute from flows.
Major Flow slugs can no longer be pluralized versions of core entity slugs (products, orders, etc).
Minor In some cases, errors to the orders endpoints would return a blank error. This has been resolved.
Minor Deleting a relationship on a flow now sets the fields to null
, not a blank array.
Minor Fixed an issue where whitespace in filters would cause a 500 error.
Minor Fixed an issue where all flows were returned when using ?include
.
Minor Fixed a bug where field_type
needed to be specified when updating a field and omitting it would cause a 5xx
response.
Minor Fixed a bug where the updated_at
on a flow was not being updated when the flow was updated.
Minor Return an error if a user tries to add a product to a cart that does not have a price in the supplied currency.
Minor Return an error if more than 10 filter parameters are applied to a request.
Minor Fixed a bug where adding a relationship field to some entity types could cause a 5xx
response.
flows
endpoint./v2/flows/:flowSlug/entries
endpoint now defaults to 100 entries per page.Major Added pagination to the /v2/flows/:flowSlug/entries
endpoint with default set to 1000 entries per page.