Install
Install

Release Notes

Excelify Autumn in Latvia

On this page, you can see a list of all released changes in the Matrixify app.

This list is updated weekly, to get notified about the changes as soon as they happen, follow Matrixify Slack workspace #whats-new channel.

2025

2025, October

2025-10-17

2025-10-16

2025-10-15

2025-10-13

2025-10-10

2025-10-09

2025-10-08

2025-10-07

2025-10-06

2025-10-04

2025-10-03

2025-10-02

2025-10-01

2025, September

2025-09-24

2025-09-23

2025-09-22

2025-09-18

2025-09-17

2025-09-16

2025-09-15

2025-09-13

2025-09-12

2025-09-11

2025-09-10

2025-09-05

2025-09-04

2025-09-03

2025-09-01

2025, August

2025-08-29

2025-08-28

2025-08-26

2025-08-25

2025-08-23

2025-08-22

2025-08-21

2025-08-19

2025-08-18

2025-08-13

2025-08-11

2025-08-10

2025-08-06

2025-08-04

2025, July

2025-07-31

  • Export Discounts: Shopify API changed to list Discount Codes in alphabetical order, regardless how they were created.
  • Import Metafields: recognize Shopify CSV-style Metafield column names like Something (product.metafields.custom.meta-1), for all sheets, also for Product Variants and Company Locations.
  • Import Metafields: be able to import more “human friendly” values from any Metafield columns (especially useful for JSON values), for the following Metafield types:
    • boolean: allowed values: yes, no, true, false, 1, 0.
    • color: color code with # prefix, or without # prefix. E.g. #c9f5f6 or c9f5f6.
    • date: can give date without the time in any format, but preferably in ISO YYYY-MM-DD. Also can give date with the time, and even with the time zone. We will convert the time to the shop time zone to determine the date.
    • date_time: can give date time or just the date, but preferably in ISO YYYY-MM-DD HH24:MI:SS. Also can give with the time zone. We will convert the time to the shop time zone to determine the date & time.
    • link: can give Shopify API JSON like {"text": "alt text", "url": "https://your-url.com"} or just a plain link like https://your-url.com, but then there will be no alt text.
    • money: can give Shopify API JSON like {"amount": "12.34", "currency_code": "USD"}, or simplified <amount> <currency>, or just <amount> (will assume Shop currency).
    • rating: can give Shopify API JSON like {"value": "10.5", "scale_min": "0.0", "scale_max": "5.0"}, or just a plain <value> (no JSON needed), but then you need to have the Metafield Definition defined for that Metafield, because from there we will find the required min/max range. If the JSON given range min/max will differ from the definition range, then we will change to the min/max range from the Definition.
    • rich_text_field: can give Shopify API JSON, or plain text, or Markdown text – in that case we will convert it to the Shopify API required complicated Rich Text JSON format. With Markdown you can basically achieve the same formatting as with the Rich Text value editor in Admin.
    • dimension: can give Shopify API JSON like {"value": 10.5, "unit": "MILLIMETERS"} or <value><unit> like 10.5mm. Allows spaces between value and unit as well, like 10.5 mm.
    • volume: can give Shopify API JSON like {"value": 10.5, "unit": "MILLILITERS"} or <value><unit> like 10.5ml. Allows spaces between value and unit as well, like 10.5 ml.
    • weight: can give Shopify API JSON like {"value": 10.5, "unit": "KILOGRAMS"} or <value><unit> like 10.5kg. Allows spaces between value and unit as well, like 10.5 kg.
    • List Metafields – will auto-detect the separator: If there is a , (comma), then , is used as a separator; if there is no comma, but there is a ;, then ; is used as a separator. If there is no , or ;, but has a newline, then will use newline as a list item separator. Can escape separator symbols to not be used as delimiters by \; or \,.

2025-07-30

2025-07-29

2025-07-25

2025-07-22

2025-07-21

2025-07-20

2025-07-17

2025-07-14

2025-07-10

2025-07-09

2025-07-04

2025-07-03

2025-07-02

2025, June

2025-06-26

2025-06-25

2025-06-12

2025-06-11

2025-06-02

  • Matrixify Support AI is now available within the Matrixify app your Shopify store.
    You can ask questions directly to our AI and receive support for the Matrixify app without a need to send us an Email or use Slack.
    Conversions shown are unique to the specific account staff user in the specific Shopify store. Other app users in your store will not see your conversations.
    The in-app chats are AI only – to receive human assistance you can still send us an email or contact us in Slack where we will join thread if needed, same as previously.

2025, May

2025-05-30

2025-05-28

2025-05-27

2025-05-25

2025-05-23

2025-05-22

2025-05-19

2025-05-14

2025-05-08

2025, April

2025-04-23

2025-04-22

2025-04-18

2025-04-11

2025-04-10

2025-04-08

2025-04-07

2025-04-04

2025-04-01

2025, March

2025-03-28

2025-03-27

2025-03-26

2025-03-25

2025-03-20

2025-03-19

2025-03-13

2025-03-11

2025-03-10

2025-03-07

2025-03-06

2025-03-05

2025-03-04

2025-03-01

2025, February

2025-02-27

2025-02-26

2025-02-25

2025-02-24

2025-02-20

2025-02-19

2025-02-17

2025-02-13

2025-02-12

2025-02-08

2025-02-07

  • Fix: Import Companies: should send location shipping address country code to Shopify API as uppercase.
  • :warning: Export Discounts: Breaking changes in Discounts template from 2025-02-20.
    We are planning to release breaking changes that will affect your Shopify store’s Discounts Exports with Matrixify.
    Shopify is deprecating its Admin Rest API and focusing on the Admin GraphQL functionality. Because of this, the Matrixify team is also migrating import/export functionality for each data entity to the new APIs.
    We are using the chance to significantly improve the Discounts template format to be able to store all the newly available fields and make it more understandable and more similar to the Admin UI field structures.
    The planned release date is 2025-02-20 (February 20, 2025).
    You can find listed planned column changes in our Discounts template documentation.
    Once the update will be live, your repeated export jobs will automatically export the matching new columns based on the old columns you selected.
    For example, if you had previously exported only ID, Discount Type and Discount Value columns then now the app will export ID, Type, Method, Value Type and Value.
    If you have any questions or concerns please contact our support team.

2025-02-06

2025-02-05

2025-02-04

2025, January

2025-01-28

2025-01-27

2025-01-23

2025-01-15

2025-01-10

2025-01-07

Big Bang – 2024