Shopify CSV Change Review
Pricing
$0.50 / completed comparison
Shopify CSV Change Review
Review a proposed Shopify product CSV against an existing export before importing it. Get a change report and CSVs of detected issues and changes.
Shopify CSV Change Review
Pricing
$0.50 / completed comparison
Review a proposed Shopify product CSV against an existing export before importing it. Get a change report and CSVs of detected issues and changes.
You can access the Shopify CSV Change Review programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in API & Integrations in Apify Console.
$echo '{< "proposedCsv": "URL handle,Title,Description,Vendor,Option1 name,Option1 value,SKU,Price,Inventory quantity,Status\\nlinen-shirt,Linen shirt,Lightweight everyday shirt,,Size,Small,SH-001-S,7.99,12,active\\nlinen-shirt,,,,Size,M,SH-001-M,79.90,8,\\ncanvas-tote,Canvas tote,Reusable cotton tote,North Studio,Title,Default Title,TB-010,0.00,40,draft\\n",< "currentCsv": "URL handle,Title,Description,Vendor,Option1 name,Option1 value,SKU,Price,Inventory quantity,Status\\nlinen-shirt,Linen shirt,Lightweight everyday shirt,North Studio,Size,S,SH-001-S,79.90,12,active\\nlinen-shirt,,,,Size,M,SH-001-M,79.90,8,\\ncanvas-tote,Canvas tote,Reusable cotton tote,North Studio,Title,Default Title,TB-010,29.90,40,active\\n",< "mode": "update",< "maxRows": 10000,< "priceChangeThresholdPercent": 30,< "expectedChangedColumns": [< "Price",< "Inventory quantity"< ]<}' |<apify call mathe_carv/shopify-csv-change-review --silent --output-datasetThe Apify CLI is the official tool that allows you to use Shopify CSV Change Review locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: