Shopify
Šis saturs vēl nav pieejams jūsu valodā.
CatalogRelay pushes products to Shopify from an export profile (Shopify Admin API).
Prerequisites
Section titled “Prerequisites”- Shopify store
- Custom app with Admin API access token
Create a custom app
Section titled “Create a custom app”- Shopify Admin → Settings → Apps and sales channels → Develop apps
- Create an app (e.g. “CatalogRelay”)
- Configure Admin API scopes (at minimum product and inventory read/write, plus locations read)
- Install the app and copy the Admin API access token
Connect in CatalogRelay
Section titled “Connect in CatalogRelay”- Export Profiles → Add export profile (or edit an existing one)
- Where to send → Shopify
- Enter:
- Store domain —
yourstore.myshopify.com - Access token
- Optional inventory location ID
- Store domain —
- Test connection, then save
- Configure filters / mappings / guards → Run now
What gets synced
Section titled “What gets synced”Baseline product upsert: title, body, vendor, SKU, barcode, price, inventory quantity, and images when URLs are present. Field mappings can target metafield-style destination paths.
Current push is oriented around simple one-SKU products. Advanced variant grouping and collection assignment UIs are not provided — contact support if you need a custom approach.
Alternative: feed URL
Section titled “Alternative: feed URL”You can use CSV / XML (download only) and let a Shopify app or middleware poll the CatalogRelay feed URL instead of using the native push.