Lipseys as a Source
Summary
Connect Lipseys as a source over their API. One connection stores both a Dealer account (ships to your store) and a Fulfillment account (dropships to customers); each job picks one. Order routing is automatic by brand and item type.
Add a source, start a Get Inventory (Primary) job, then click + New Connection and enter all four values exactly as Lipseys provided them. Click Test Connection → Save Connection.
One connection stores both Dealer and Fulfillment credentials – each job picks one
Enter both your Fulfillment and Dealer email/password in the same connection. In the Configure Settings step of each job, select which account type that job uses. You cannot run both account types in one job – create separate sources if you need both running independently.
Restricted manufacturer brands require the Dealer account – they cannot be dropshipped
Orders for restricted manufacturers (GLOCK, Browning, Sig Sauer, Smith & Wesson, Ruger, Beretta, Taurus, HK, FN, Trijicon, Holosun, Springfield Armory, Walther, Winchester, IWI and others listed by Lipseys) auto-route to the Dealer endpoint and need Dealer credentials. Submitting them as a Fulfillment/dropship order returns a "Not Authorized" error.
Get Shipments only covers the prior day – set lookback to 1 and run daily
Lipseys' /Shipping/OneDay endpoint returns shipment data for the previous business day only. A lookback greater than 1 day is ignored by the API. Schedule Get Shipments once per day to capture yesterday's shipments.
Archive can only be enabled on one inventory job at a time
Flxpoint already prevents Archive/Un-Archive from being enabled on both Get Inventory Primary and Secondary at the same time – turning it on for both is blocked, even if you try. Enable it on whichever job you want to own archival (typically Primary).
| Lipseys Field | Maps To – Notes |
|---|---|
| Item Number | → Parent SKU. Primary product identifier / linking key. |
| UPC | → Barcode (UPC). Use for channel listings and de-duplication. |
| Manufacturer | → Brand. Shown on the product page; useful for filters and routing. |
| Model | → Title. Combine with Caliber for richer titles. |
| Description 1 / 2 | → Description. Long / short description fields. |
| Current Price | → Cost. Falls back to regular price when a sale price is missing. |
| Quantity | → Quantity. On-hand units from Lipseys. |
| Shipping Weight | → Weight (lbs). Weight is in pounds. |
| Item Length / Width / Height | → Dimensions (in). Dimensions of the product itself; use these for the item's own physical specs. Dimensions are in inches. |
| Package Length / Width / Height | → Dimensions (in). Dimensions of the as-shipped package (includes packaging); map these instead when you need shipping/freight-accurate dimensions rather than the bare product size. Dimensions are in inches. |
| All Images | Direct Copy. Lipseys' image URL (built from imageName: https://www.lipseyscloud.com/images/{imageName}) is copied automatically – no manual mapping required. Each product has one primary image. |
/Items/PricingQuantityFeed) – it updates Cost, Quantity, MSRP/MAP and UPC only, not attributes, images, dimensions or categories (those come from Primary). Lipseys recommends running it 2–3 times per hour and honoring the nextUpdate field. Run Primary twice daily for full refreshes./Order/APIOrder (Dealer credential); non-restricted firearms route to /Order/DropShipFirearm; non-firearm items route to /Order/DropShip. Control eligibility via Select Approved Brands in your Send Fulfillment Requests settings./Shipping/OneDay and returns tracking. Set lookback to 1 and schedule daily – longer windows are ignored, and shipment data for an invoice never changes once returned./Shipping/OneDay endpoint only returns the previous business day. A lookback greater than 1 is ignored. Set lookback to 1 and schedule the job to run once every day.canDropship = false. Flxpoint reads this field automatically; to keep those items out of your catalog, add a Post-Mapping Workflow rule on the source that excludes items where canDropship is false./Items/PricingQuantityFeed) that Get Inventory (Secondary) calls, even though your base connection credentials are valid. Contact Lipseys to confirm your account has access to this endpoint.What is the difference between the Dealer and Fulfillment account types?▸
How does order routing work for firearms vs. non-firearms?▸
/Order/APIOrder (Dealer); non-restricted firearms → /Order/DropShipFirearm; non-firearm items → /Order/DropShip. No manual configuration is needed – it's based on the item and your approved brands.What does Get Inventory Secondary update, and how often should it run?▸
/Items/PricingQuantityFeed) and updates Cost, Quantity, MSRP/MAP and UPC only – not attributes, images, dimensions or categories. Lipseys recommends 2–3 runs per hour, honoring the nextUpdate field. Run Primary twice a day for full catalog refreshes.What is the canDropship field and does it affect my integration?▸
canDropship indicates whether an item is eligible for direct-to-consumer dropship. Since May 31, 2025 Lipseys shows on-hand quantity even for items that can't be dropshipped, so they'll fail if submitted as a dropship order. Flxpoint handles the field automatically; add a Post-Mapping Workflow rule to exclude canDropship = false items if you don't want them in your catalog.How do I map product images from Lipseys?▸
imageName field. Flxpoint builds the URL automatically (https://www.lipseyscloud.com/images/{imageName}) and copies it to All Images via Direct Copy – no manual mapping template is needed. Each product has one primary image.