Chattanooga as a Source
Summary
Chattanooga Shooting Supply (CSS) connects to Flxpoint over their API using a SID and TOKEN issued by your CSS representative, sent as a Basic auth header (with optional MD5 hashing of the token). It supports full catalog import, a delta-based secondary inventory refresh, dropship purchase-order submission with automatic order-number confirmation, and order-level shipment tracking.
In Flxpoint go to Connections > Fulfillment Sources, click +Add Source and name it, then select FLX Supplier Directory and choose Chattanooga Shooting Supply. In the New Connection form enter your SID and TOKEN, then click Test Connection → Save Connection.
Basic auth header.Basic (Your SID):(MD5 hash of TOKEN).Do not enable Archive on Get Inventory Secondary
Enable Archive only on Get Inventory Primary if you need it.
SKUs longer than 24 characters won't return data from the CSS API
The Chattanooga API does not reliably return inventory data for SKUs exceeding 24 characters. If items with longer SKUs show empty cost or zero quantity, verify and trim those SKUs - this is a hard constraint on the CSS side.
Partial shipments are not supported - all items on an order are marked shipped
The Get Shipments feed returns data at the purchase-order level, not the item level. When CSS indicates an order has shipped, Flxpoint marks every item on that order as shipped, and only a single tracking number is returned even if CSS ships the order in multiple packages.
insurance_flag and adult_signature_flag are invalid when drop_ship_flag = 0
These order fields only apply to drop-ship orders. If you map insurance_flag or adult_signature_flag and any order routes to CSS as non-dropship, it fails with a data-validation error. Only send these flags when drop_ship_flag = 1.
| Chattanooga Field | Maps To - Notes |
|---|---|
| Chattanooga SKU | → Internal SKU. Primary product identifier / linking key. |
| Product Name | → Internal Product Title. |
| Barcode / UPC | → Internal Barcode. Use for channel listings and de-duplication. |
| Available Quantity | → Inventory Count. On-hand units from Chattanooga. |
| Cost Price | → Internal Cost. |
| Selling Price | → Internal Price. |
https://api.chattanoogashooting.com/v4/items?qas_last_updated_after=..., so unchanged items won't appear in the file. Map Cost from Drop Ship Price, Custom Price or Retail Price as needed; Quantity from the Inventory field; and MAP / Retail Price to your variant fields. Note that SKUs longer than 24 characters may not return data. Run Get Inventory Primary for full catalog refreshes.| Field | Notes |
|---|---|
| drop_ship_flag | Map using True / False with a Rule (commonly based on a Custom Field) - can't be set as a static Value. True ships directly to your end customer, False ships to your business. Controls which other fields are required. |
| customer | Required when drop_ship_flag = 1. Displays on the packing slip under "Customer." |
| delivery_option | Required when drop_ship_flag = 1. Must be one of: fastest, economy, ground, next day air, second day air. |
| adult_signature_flag | Set to 1 automatically for FFL drop-ship orders. Invalid when drop_ship_flag = 0. |
| insurance_flag | Optional for drop shipments. Invalid when drop_ship_flag = 0. |
| ffl_number | Required and specifically formatted for firearm orders - a blank or malformed value fails validation with a 422 error. |
| po_number | Your unique purchase order identifier for reference. |
| sku (Item Number) | Identifies the product to order; mapped from Fulfillment Request Item → SKU. |
| Quantity | Number of units for each line item in the purchase order. |
| Shipping Address (Address Line 1/2, City, State / State Code, Zip) | Required for drop-ship orders to ensure correct delivery. |
| order_number | Returned by CSS on a successful submission and recorded as the auto-acknowledgement. |
| Field | Notes |
|---|---|
| Carrier | Numeric or text code indicating the carrier (e.g., UPS, FedEx). Supported. |
| Method | Numeric or text code for the shipping method (e.g., Ground, 2-Day). |
| Tracking Number | A single tracking number returned per shipment - CSS returns one even if the order ships in multiple packages. |
| Shipped At | The shipment date/time, when CSS provides it. |
| Shipping Cost | Map if CSS returns a cost; otherwise leave unmapped or set it to 0. |
drop_ship_flag are mapped correctly. If the issue doesn't resolve on your end, contact support@flxpoint.com - some cases require a deeper look or a code-level fix by the Flxpoint team.drop_ship_flag = 1. If an order routes to CSS with drop_ship_flag = 0 and your template still sends them, CSS rejects it. Use a conditional Rule to send insurance_flag and adult_signature_flag only on drop-ship orders, or remove them from the template entirely. This can also surface when your mapping still includes adult_signature_flag or insurance_flag in the request payload alongside drop_ship_flag = 0 - the CSS API only accepts these fields when drop_ship_flag = 1, and sending them on a non-drop-ship order gets the request rejected.ffl_number field in your Send Fulfillment Requests template before resubmitting.Where do I get my SID and TOKEN for the CSS connection?▸
Basic (Your SID):(MD5 hash of TOKEN).What shipping methods does Chattanooga support for dropship orders?▸
delivery_option values are fastest, economy, ground, next day air and second day air - there is no test delivery option. Some values may not be available for certain items depending on dropship eligibility. Map the delivery_option field in your Send Fulfillment Requests template using a Value or Rule that outputs one of these codes.How do I exclude specific product categories (e.g., powder, primers, firearms) from importing?▸
Why does Get Inventory Secondary only return some of my SKUs?▸
How do I set the drop_ship_flag for Chattanooga orders?▸
True / False and configure a Rule (commonly based on a Custom Field) so it resolves correctly per order: drop-ship orders (CSS ships directly to your customer) should resolve to True, and orders shipped to your business should resolve to False. When drop_ship_flag = 1, the customer and delivery_option fields become required and the full shipping address must be provided. When drop_ship_flag = 0, do not map insurance_flag or adult_signature_flag - they're invalid for that order type.Why is my Chattanooga source prefixing SKUs with "CH" and separating listings?▸
CH) to distinguish SKUs across distributors. If that prefix is causing CSS inventory to create separate products instead of linking to existing bare-SKU listings, review your Master SKU mapping in the Get Inventory Primary template. Removing or adjusting the prefix lets CSS SKUs match your existing product records - the prefix is a Flxpoint mapping choice, not a CSS-side requirement.