This database connection is often abbreviated as ODBC.
What is Open Database Connectivity?
What is Criteria?
This is the first troubleshooting step many agents do when they first pull up a user's account.
What is flush cache?
This is a notification that something happened.
What is a webhook?
This ODBC import method has to be field mapped, similar to a CSV.
What is Table Source?
In Automation Rules, this is the task that is completed when an Automation Rule runs (the THEN statement).
What is an Action?
This is the feed that ShipStation sends to the selling channel that contains all the shipment information after a label has been created.
What is a Tracking Feed?
This is an example:
GET /orders/orderId HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__
What is a Get Order API request?
This is the insurance provider that is available to all accounts.
What is Parcelguard?
This ODBC import method utilizes SQL queries to import orders into ShipStation.
What is Query?
This is an Automation Rule action that can never be manually undone.
What is Do Not Import?
Oh, the Store Feed shows us that!
What is the feed that contains all the orders that are imported during a store refresh?
This feature allows users to set various shipping configurations in advance and apply them through a menu in the UI or using Hotkeys.
What are Shipping Presets?
What is unsupported by ShipStation Connect?
Postback Settings, Billing Information, and Packaging Information are these types of features, if all the shipping information is already populated.
What are optional features?
This button will apply the product details, store mappings, and automation rules again to any currently open orders.
What is Reprocess Automation Rules?
Oh, if that is unsupported by our integration with that selling channel, the order will have to moved to a supported version in order to import.
Such as:
Awaiting Payment: Pending
Awaiting Shipment: Authorized*, Unfulfilled, Partially Fulfilled
Shipped: Shipped, Fulfilled
Cancelled: Cancelled
On-Hold: On-Hold
What are order statuses?
This is the type of automation that is run and applied to orders before Service Mapping.
What is Product Automation (Preset Groups then Product Defaults)?
When field mapping, string, date/time, and decimal are examples.
What is Data Type?
This occurs when an order first imports into ShipStation as Awaiting Shipment, On Hold, or when the order is moved from Awaiting Payment to Awaiting Shipment for the first time.
When Automation Rules first apply?
What is a backdated refresh?
This is the Webhook subscription request to get notified every time that happens:
POST /webhooks/subscribe HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__
Content-Type: application/json
{
  "target_url": "http://someexamplewebhookurl.com/neworder",
  "event": "ORDER_NOTIFY",
  "store_id": null,
  "friendly_name": "My Webhook"
}
What is a New Order Webhook?
You are going to have to visit USPS' Dispute website directly for these types of disputes.
What are APV disputes?