For the complete documentation index, see llms.txt. This page is also available as Markdown.

syncShopifyProducts

Syncs products from Shopify to Firmhouse.

Arguments

Argument
Description

Parameters for SyncShopifyProducts

SyncShopifyProductsInput Arguments

Argument
Description

updateExistingProducts (Boolean)

Whether to update existing products.

createNewProducts (Boolean)

Whether to create new products that don't exist yet.

archiveProductsWithoutTag (Boolean)

Whether to archive products that no longer have a Firmhouse tag in Shopify.

productGroups (Boolean)

Whether to sync product groups for variants of the same Shopify product. This controls how products are displayed in the Self Service Center.

updateFields ([String!])

List of fields to update. Available fields: image, title, price, sku, tax_rate, shipping, billing, contract_terms, vendor, shopify_product_type, stock.

createAssets (Boolean)

Whether to create assets for products.

onlyCreateProductsFromTags (Boolean)

Whether to only create products that have Firmhouse tags.

onlyCreateProductsWithMetafields (Boolean)

Whether to only create products that have metafields.

includeDraftProducts (Boolean)

Whether to include draft Shopify products.

Return fields

errors ([ModelValidationError!]!)

status (String)

syncId (ID)

Last updated

Was this helpful?