Schema Information
This subtopic provides a structured reference to assist you in working with Daton's Goflow connector and the associated fields and tables.
Tables/APIs
The following is the list of tables or APIs associated with the Goflow connector:
List_Orders
Get the list of orders. The orders resource represents sales orders. Orders are generally imported directly from the channels but may have been manually entered or uploaded from a file. For more information, see Orders.
Fields
id
NUMERIC
order_number
STRING
date
TIMESTAMP
status
STRING
status_updated_at
TIMESTAMP
store
RECORD
warehouse
RECORD
lines
RECORD
billing_address
RECORD
shipping_address
RECORD
purchase_order_number
STRING
is_gift
BOOLEAN
is_pii_removed
BOOLEAN
is_reserving_inventory
BOOLEAN
shipment
RECORD
ship_dates
RECORD
summary
RECORD
Inventory_Adjustments
Get the list of adjustments. The adjustments resource represents inventory adjustments. Adjustments are manual, arbitrary changes to product inventory that are not connected to any other transaction. A single adjustment may contain adjustments for many different products. For more information, see Inventory Adjustments.
Field
id
NUMERIC
created_at
TIMESTAMP
reference_number
STRING
warehouse
RECORD
lines
RECORD
Last updated