Skip to main content

Mutations Overview

Mutations allow you to modify your product feed's data in various ways. Below is a list of available mutations grouped by category, each with a brief description and link to its dedicated guide.

General

  • Overwrite: Overwrite the entire value with a new value.

Text

Math

List

  • Length: Calculate the length of text or list.
  • Append: Append a value to a list.
  • Prepend: Prepend a value to a list.
  • Take: Take a part of a list.
  • Sort: Sort a list ascending or descending.
  • Join: Concatenate list items into a single string.
  • Split: Split a string into a list.
  • Filter: Filter a list based on rules.

Dates

Google Sheet

Each mutation comes with its set of options and examples to help you implement them effectively.