Shopify CSV

How to Fill Shopify Requires shipping for Digital and Physical Products

2026-06-21
Task

One CSV contains physical products and digital items. Physical products need true; digital, service, and download items need false.

Short answer

Create Requires shipping: default to true, and set false for digital, service, or download.

How to Do It in Eofferix

Method 1: How to Do It in Eofferix with Regular Expressions

  1. Open the settings of the output Requires shipping column.
    Animation showing how to open the Requires shipping column settings in Eofferix
    The click is on the settings icon of the output Requires shipping column.
  2. In Transformations, the first rule sets true; the second checks product type and changes digital items to false.
    Screenshot of transformation rules for the Requires shipping column
    The Transformations block shows the full rule chain for this case.
  3. Save the column settings and go to the Export step.

Method 2: How to Do It in Eofferix with Substring Search

  1. Open the settings of the output Requires shipping column.
  2. In Transformations, replace the regular expression with separate rules for each text marker.

    If the source column contains longer phrases, get the same result without a regular expression: add several rules with Contains substring, one rule for each marker.

    OrderWhat to checkConditionAction
    1Current valueAnyReplace with true
    2product_kindContains substring digitalReplace with false
    3product_kindContains substring serviceReplace with false
    4product_kindContains substring downloadReplace with false
    Screenshot of substring-search rules for the Requires shipping column
    In the second method, each text marker uses Contains substring; the numeric 1 marker uses an exact comparison.
  3. Save the column settings and go to the Export step.

Before / After

Before

source data
HandleTitleproduct_kind
desk-lampDesk lampphysical
ebook-guidePDF guidedigital

After

result
HandleRequires shipping
desk-lamptrue
ebook-guidefalse

Process data faster with Eofferix

Create a free account to automate catalogs and price lists around your own rules.

Sign up