Shopify as a Source
Summary
Connect a vendor's Shopify store to Flxpoint as a supplier: pull the product catalog and per-location inventory, send fulfillment requests (orders) back into that store, and retrieve shipment tracking. Connection is via OAuth2 (recommended) or Bearer Token / Basic Auth using the Flxpoint Shopify App, and every inventory and fulfillment job is scoped to a single Shopify Location ID.
In the Shopify Source setup wizard, on the Connect to Your Shopify Store step, choose a connection method and enter these values, then click Test Connection and Continue.
.myshopify.com address (e.g. https://your-store-name.myshopify.com). Entered for every connection method.Every job is scoped to one Location ID – configure it correctly first
Get Inventory (Primary), Get Inventory (Secondary) and Send Fulfillment Requests all require a Shopify Location ID. If the wrong location is set, inventory pulls come back empty or show incorrect quantities and fulfillment requests route to the wrong location. Verify the numeric Location ID in Shopify Admin before configuring any operation, and create one job per Location ID to cover multiple locations.
SKU must be present on every Shopify variant or inventory will not sync
Both Get Inventory jobs match Flxpoint records to Shopify variants by SKU. Variants without a SKU in Shopify are silently skipped – they never appear in the Global Inventory Pool and show zero quantity. Add SKUs to all Shopify variants before running inventory jobs, and map Variant SKU → SKU and Available → Quantity in your template.
Shipping method title AND shipping price must both be mapped in Send Fulfillment Requests
Shopify only builds the shipping_lines structure when both the title and the price are present. If only the title is mapped, the shipping method is silently dropped from the request. Map both Shopify Order - Shipping Method Title and Shopify Order - Shipping Price in your Send Fulfillment Requests template.
The Create Customer setting is required before Send Fulfillment Requests can be saved
In the Integration Config, select how Flxpoint should determine the customer in the vendor's store – Reseller Name/Email, Bill To Customer Name/Email, or Flxpoint Account Owner Primary Name/Email. The dropdown starts blank, and leaving it unset prevents the integration from saving. Choose the option that matches your order flow.
| Shopify Field | Maps To – Notes |
|---|---|
| Variant SKU | → Product → SKU (Required). Primary identifier for matching inventory updates – variants without a SKU are skipped. |
| Available | → Inventory → Quantity (Required). Quantity saved into the Global Inventory Pool (GIP) for the selected location. |
| Location ID | → Job Setting (Required, not a mapped field). Inventory is pulled only for the selected Shopify location; use one job per location. |
| Shopify Field | Maps To – Notes |
|---|---|
| Variant – SKU | → SKU (Required). Primary identifier for saves. |
| Variant – Available | → Quantity (Required). Saved at the variant level for the selected Location ID. |
| Variant – Cost | → Cost (Optional). Map if you want cost updates applied by Secondary. |
| Variant – Compare at price | → MAP / MSRP (Optional, as configured). Map only if you use these fields in your workflow. |
| Flxpoint Field | Maps To – Notes |
|---|---|
| Fulfillment Request Item - SKU | → Shopify Line Item - SKU (Required). Identifies each item to fulfill. |
| Fulfillment Request Item - Quantity | → Shopify Line Item - Fulfillable Quantity (Required). Quantity to fulfill; unmapped SKU/Quantity causes fulfillment failures. |
| Source Shipping Method - Method | → Shopify Order - Shipping Method Title. Must be mapped together with Shipping Price or Shopify drops the shipping line. |
| Fulfillment Request - Estimated Shipping Cost | → Shopify Order - Shipping Price. Required alongside the title for the shipping_lines block to build. |
| Fulfillment Request - Transaction Kind / Gateway / Amount | → Shopify Order - Transaction Kind / Gateway / Amount. All three must be mapped together or the transaction block is skipped; Amount must be greater than zero, and Gateway must match a gateway configured in the vendor's store. |
| Billing Address / Shipping Address fields | → Shopify Billing Address / Shipping Address. Map the full address blocks (name, address 1/2, city, state/code, postal code, country/code, email, phone) for reliable fulfillment. |
| Custom Fields (5) | → Shopify Order Note Attributes. Up to 5 custom fields are supported. |
{"errors":"Line item is using an invalid fulfillment service"}, match the fulfillment service name to what the vendor actually has configured, or remove that field.Variant SKU → SKU and Available → Quantity. After bulk catalog changes, run a Force Full Inventory Fetch to catch up, then return to standard runs.{"errors":"Line item is using an invalid fulfillment service"}fulfillment_services: [] list). Ask the vendor whether they have a fulfillment service configured and use the exact name, or remove the fulfillment service field from the mapping template entirely.shipping_lines block. If only the title is mapped and the price is blank, Shopify silently drops the line. Confirm both Shopify Order - Shipping Method Title and Shopify Order - Shipping Price are mapped.What is the difference between Shopify as a source and Shopify as a channel?▸
Which connection method should I use – OAuth2 or Bearer Token?▸
.myshopify.com URL, not the store's custom domain.