← back to Fineartamerica Price Sync
package.json
17 lines
{
"name": "fineartamerica-price-sync",
"version": "0.1.0",
"private": true,
"description": "Sync Designer Wallcoverings Shopify prices for Fine Art America fulfilled products (framed prints, posters, canvas) to cost/0.65/0.85 of the live FAA cost, so orders never sell below fulfillment cost. Includes a loss-guard canary.",
"bin": {
"faa-sync": "sync.js",
"faa-canary": "canary.js",
"faa-fetch": "bin/faa-fetch.js"
},
"scripts": {
"dry-run": "node sync.js --product 7549840293939",
"canary": "node canary.js --all"
},
"author": "steve@designerwallcoverings.com"
}