Pulling data from the Lightspeed Retail (R-Series) API is only the first part of your reporting. You also need to understand the relationships between different endpoints - something that APIs typically fail to convey.
At SyncHub, we not only sync your Lightspeed Retail (R-Series) API endpoints down into a reportable format, we also describe their relationships (e.g. in terms of foreign keys) so that you can quickly get a grasp of your data and how it fits together. This page is intended as technical documentation of these relationships.
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Category/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
CategoryID | int | - | - |
NodeDepth | string | - | - |
FullPathName | string | - | - |
LeftNode | int | - | - |
RightNode | int | - | - |
CreateTime | datetime | - | - |
TimeStamp | datetime | - | - |
ParentID | int | Category → CategoryID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Customer/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
CustomerRemoteID | string | Customer → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
ContactID | int | - | - |
NoEmail | boolean | - | - |
NoPhone | boolean | - | - |
NoMail | boolean | - | - |
WebsiteUrl | string | - | - |
PhoneHome | string | - | - |
PhoneWork | string | - | - |
PhoneMobile | string | - | - |
PhonePager | string | - | - |
PhoneFax | string | - | - |
PrimaryEmail | string | - | - |
SecondaryEmail | string | - | - |
Address1 | string | - | - |
Address2 | string | - | - |
City | string | - | - |
State | string | - | - |
Zip | string | - | - |
Country | string | - | - |
CountryCode | string | - | - |
StateCode | string | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Customer/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
CustomerID | long | - | - |
FirstName | string | - | - |
LastName | string | - | - |
Title | string | - | - |
Company | string | - | - |
Dob | datetime | - | - |
CompanyRegistrationNumber | string | - | - |
VatNumber | string | - | - |
CreditAccountID | int | - |
|
CustomerTypeID | int | CustomerType → CustomerTypeID | - |
DiscountID | int | Discount → DiscountID | - |
TaxCategoryID | int | TaxCategory → TaxCategoryID | - |
CreateTime | datetime | - | - |
TimeStamp | datetime | - | - |
Archived | boolean | - | - |
ContactID | int | Contact → ContactID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/CustomerType/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
CustomerTypeID | int | - | - |
DiscountID | int | Discount → DiscountID | - |
TaxCategoryID | int | TaxCategory → TaxCategoryID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Discount/
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Employee/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
EmployeeID | long | - | - |
FirstName | string | - | - |
LastName | string | - | - |
LockOut | boolean | - | - |
Archived | boolean | - | - |
TimeStamp | datetime | - | - |
ContactID | int | - |
|
ClockInEmployeeHoursID | int | - | - |
EmployeeRoleID | int | - |
|
LimitToShopID | long | Shop → ShopID | - |
LastShopID | long | Shop → ShopID | - |
LastSaleID | long | Sale → SaleID | - |
LastRegisterID | int | Register → RegisterID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/InventoryCount/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
InventoryCountID | int | - | - |
TimeStamp | datetime | - | - |
Archived | boolean | - | - |
ShopID | long | Shop → ShopID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/InventoryCountItem/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
InventoryCountItemID | int | - | - |
InventoryCountID | int | InventoryCount → InventoryCountID | - |
ItemID | long | Item → ItemID | - |
Qty | decimal | - | - |
TimeStamp | datetime | - | - |
EmployeeID | long | Employee → EmployeeID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/InventoryLog/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
InventoryLogID | int | - | - |
QohChange | decimal | - | - |
CostChange | decimal | - | - |
CreateTime | datetime | - | - |
Automated | boolean | - | - |
CausedNegative | boolean | - | - |
Reason | string | - | - |
EmployeeID | long | Employee → EmployeeID | - |
ItemID | long | Item → ItemID | - |
ShopID | long | Shop → ShopID | - |
OrderID | int | Order → OrderID | - |
TransferID | long | InventoryTransfer → TransferID |
|
SaleID | long | Sale → SaleID | - |
InventoryCountID | int | InventoryCount → InventoryCountID | - |
CustomerID | long | Customer → CustomerID | - |
VendorReturnID | int | - |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Inventory-Transfer/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
TransferID | long | - | - |
Note | string | - | - |
Archived | boolean | - | - |
TimeStamp | datetime | - | - |
CreateTime | datetime | - | - |
Status | string | - | - |
SentOn | datetime | - | - |
NeedBy | datetime | - | - |
SendingShopID | long | Shop → ShopID | - |
SentByEmployeeID | long | Employee → EmployeeID | - |
ReceivingShopID | long | Shop → ShopID | - |
CreatedByEmployeeID | long | Employee → EmployeeID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Inventory-Transfer-TransferItems/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
InventoryTransferRemoteID | string | InventoryTransfer → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
TransferItemID | long | - | - |
ToSend | decimal | - | - |
ToReceive | decimal | - | - |
Sent | decimal | - | - |
Received | decimal | - | - |
SentValue | decimal | - | - |
ReceivedValue | decimal | - | - |
Comment | string | - | - |
TimeStamp | datetime | - | - |
TransferID | long | InventoryTransfer → TransferID | - |
ItemID | long | Item → ItemID | - |
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
ItemRemoteID | string | Item → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
ItemShopID | int | - | - |
ItemID | long | Item → ItemID | - |
ShopID | long | Shop → ShopID | - |
Qoh | int | - | - |
Backorder | int | - | - |
ComponentQoh | int | - | - |
ComponentBackorder | int | - | - |
ReorderPoint | int | - | - |
ReorderLevel | int | - | - |
TimeStamp | datetime | - | - |
Layaways | int | - | - |
Specialorders | int | - | - |
Workorders | int | - | - |
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
ItemRemoteID | string | Item → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Amount | string | - | - |
UseTypeID | int | - |
|
UseType | string | - | - |
ItemID | long | Item → ItemID | - |
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
ItemRemoteID | string | Item → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
TagName | string | - | - |
ItemID | long | Item → ItemID | - |
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
ItemRemoteID | string | Item → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
CustomFieldValueID | int | - | - |
ItemID | long | Item → ItemID | - |
CustomFieldID | int | ItemCustomField → CustomFieldID | - |
Type | string | - |
|
CustomFieldChoiceID | int | ItemCustomFieldChoice → CustomFieldID |
|
Choice | string | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Item/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Description | string | - | - |
ItemID | long | - | - |
SystemSku | string | - | - |
DefaultCost | decimal | - | - |
AvgCost | decimal | - | - |
Discountable | boolean | - | - |
Tax | boolean | - | - |
Archived | boolean | - | - |
ItemType | string | - | - |
Serialized | boolean | - | - |
ModelYear | int | - | - |
Upc | string | - | - |
Ean | string | - | - |
CustomSku | string | - | - |
ManufacturerSku | string | - | - |
CreateTime | datetime | - | - |
TimeStamp | datetime | - | - |
PublishToEcom | boolean | - | - |
CategoryID | int | Category → CategoryID | - |
TaxClassID | int | - |
|
DepartmentID | int | - |
|
ItemMatrixID | int | ItemMatrix → ItemMatrixID | - |
ManufacturerID | int | Manufacturer → ManufacturerID | - |
SeasonID | int | - |
|
DefaultVendorID | int | Vendor → VendorID | - |
Attribute1 | string | - | - |
Attribute2 | string | - | - |
Attribute3 | string | - | - |
ItemAttributeSetID | int | ItemAttributeSet → ItemAttributeSetID | - |
ItemNote | string | - | - |
ItemNoteIsPublic | boolean | - | - |
ItemNoteTimeStamp | datetime | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/ItemAttributeSet/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
ItemCustomFieldRemoteID | string | ItemCustomField → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
CustomFieldID | int | ItemCustomField → CustomFieldID | - |
CustomFieldChoiceID | int | - | - |
Value | string | - | - |
CanBeDeleted | boolean | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Item-CustomField/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
ItemMatrixRemoteID | string | ItemMatrix → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Amount | string | - | - |
UseTypeID | int | - |
|
UseType | string | - | - |
ItemMatrixID | int | ItemMatrix → ItemMatrixID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/ItemMatrix/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Description | string | - | - |
ItemMatrixID | int | - | - |
Tax | boolean | - | - |
DefaultCost | decimal | - | - |
ItemType | string | - | - |
Serialized | boolean | - | - |
ModelYear | int | - | - |
Archived | boolean | - | - |
TimeStamp | datetime | - | - |
ItemAttributeSetID | string | - |
|
ManufacturerID | int | Manufacturer → ManufacturerID | - |
CategoryID | int | Category → CategoryID | - |
DefaultVendorID | int | Vendor → VendorID | - |
TaxClassID | int | - |
|
SeasonID | int | - |
|
DepartmentID | int | - |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Item/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
ItemRemoteID | string | Item → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
ItemVendorID | int | - |
|
Value | string | - | - |
TimeStamp | datetime | - | - |
Cost | decimal | - | - |
ItemID | long | Item → ItemID | - |
VendorID | int | Vendor → VendorID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Manufacturer/
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Order/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
OrderID | int | - | - |
OrderedDate | datetime | - | - |
ReceivedDate | datetime | - | - |
ArrivalDate | datetime | - |
|
ShipInstructions | string | - | - |
StockInstructions | string | - | - |
ShipCost | decimal | - | - |
OtherCost | decimal | - | - |
Complete | boolean | - | - |
Archived | boolean | - | - |
Discount | decimal | - | - |
TotalDiscount | decimal | - | - |
TotalQuantity | decimal | - | - |
TimeStamp | datetime | - | - |
RefNum | string | - | - |
VendorID | int | Vendor → VendorID | - |
NoteID | int | - |
|
ShopID | long | Shop → ShopID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Order-CustomField/
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Order-CustomField-CustomFieldChoice/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
OrderCustomFieldRemoteID | string | OrderCustomField → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
CustomFieldID | int | OrderCustomField → CustomFieldID | - |
CustomFieldChoiceID | int | - | - |
Value | string | - | - |
CanBeDeleted | boolean | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/OrderLine/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
OrderLineID | int | - | - |
Quantity | decimal | - | - |
Price | decimal | - | - |
OriginalPrice | decimal | - | - |
CheckedIn | string | - | - |
NumReceived | decimal | - | - |
TimeStamp | datetime | - | - |
Total | decimal | - | - |
OrderID | int | Order → OrderID | - |
ItemID | long | Item → ItemID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/ShipmentItem/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
OrderShipmentRemoteID | string | OrderShipment → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
OrderShipmentItemID | int | - | - |
OrderShipmentID | int | OrderShipment → OrderShipmentID | - |
CreateTime | datetime | - | - |
TimeStamp | datetime | - | - |
QtyReceived | decimal | - | - |
VendorCost | decimal | - | - |
Cost | decimal | - | - |
TotalVendorCost | decimal | - | - |
TotalCost | decimal | - | - |
CurrencyCode | string | - | - |
VendorCurrencyCode | string | - | - |
VendorCurrencyRate | decimal | - | - |
ItemID | long | Item → ItemID | - |
ItemVendorID | string | - |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Shipment/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
OrderShipmentID | int | - | - |
CreateTime | datetime | - | - |
TimeStamp | datetime | - | - |
OrderID | int | Order → OrderID | - |
SequenceNumber | int | - | - |
TotalQtyReceived | decimal | - | - |
TotalVendorCost | decimal | - | - |
TotalCost | decimal | - | - |
CurrencyCode | string | - | - |
VendorCurrencyCode | string | - | - |
VendorCurrencyRate | decimal | - | - |
ShipmentPackingRefNum | string | - | - |
EmployeeID | long | Employee → EmployeeID | - |
ReceptionDate | datetime | - | - |
ShippingVendorCost | decimal | - | - |
ShippingCost | decimal | - | - |
Status | string | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Quote/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
QuoteID | int | - | - |
IssueDate | datetime | - | - |
Archived | boolean | - | - |
Notes | string | - | - |
EmployeeID | long | Employee → EmployeeID | - |
SaleID | long | Sale → SaleID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Register/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
RegisterID | int | - | - |
Open | boolean | - | - |
OpenTime | datetime | - | - |
Archived | boolean | - | - |
OpenEmployeeID | long | Employee → EmployeeID | - |
ShopID | long | Shop → ShopID | - |
CcTerminalID | string | - |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Sale/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
SaleID | long | - | - |
TimeStamp | datetime | - | - |
DiscountPercent | decimal | - | - |
Completed | boolean | - | - |
Archived | boolean | - | - |
Voided | boolean | - | - |
EnablePromotions | boolean | - | - |
IsTaxInclusive | boolean | - | - |
CreateTime | datetime | - | - |
UpdateTime | datetime | - | - |
CompleteTime | datetime | - | - |
ReferenceNumber | string | - | - |
ReferenceNumberSource | string | - | - |
Tax1Rate | decimal | - | - |
Tax2Rate | decimal | - | - |
Change | decimal | - | - |
ReceiptPreference | string | - | - |
DisplayableSubtotal | decimal | - | - |
TicketNumber | string | - | - |
CalcDiscount | decimal | - | - |
CalcTotal | decimal | - | - |
CalcSubtotal | decimal | - | - |
CalcTaxable | decimal | - | - |
CalcNonTaxable | decimal | - | - |
CalcAvgCost | decimal | - | - |
CalcFIFOCost | decimal | - | - |
CalcTax1 | decimal | - | - |
CalcTax2 | decimal | - | - |
CalcPayments | decimal | - | - |
Total | decimal | - | - |
TotalDue | decimal | - | - |
DisplayableTotal | decimal | - | - |
Balance | decimal | - | - |
CustomerID | long | Customer → CustomerID | - |
DiscountID | int | Discount → DiscountID | - |
EmployeeID | long | Employee → EmployeeID | - |
QuoteID | int | - |
|
RegisterID | int | Register → RegisterID | - |
ShipToID | int | - |
|
ShopID | long | Shop → ShopID | - |
TaxCategoryID | int | TaxCategory → TaxCategoryID | - |
TaxTotal | decimal | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/SaleLine/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
SaleRemoteID | string | Sale → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
SaleLineID | long | - | - |
CreateTime | datetime | - | - |
TimeStamp | datetime | - | - |
UnitQuantity | decimal | - | - |
UnitPrice | decimal | - | - |
NormalUnitPrice | decimal | - | - |
DiscountAmount | decimal | - | - |
DiscountPercent | decimal | - | - |
AvgCost | decimal | - | - |
FifoCost | decimal | - | - |
Tax | boolean | - | - |
Tax1Rate | decimal | - | - |
Tax2Rate | decimal | - | - |
IsLayaway | boolean | - | - |
IsWorkorder | boolean | - | - |
IsSpecialOrder | boolean | - | - |
DisplayableSubtotal | decimal | - | - |
DisplayableUnitPrice | decimal | - | - |
CalcLineDiscount | decimal | - | - |
CalcTransactionDiscount | decimal | - | - |
CalcTotal | decimal | - | - |
CalcSubtotal | decimal | - | - |
CalcTax1 | decimal | - | - |
CalcTax2 | decimal | - | - |
TaxClassID | int | - |
|
CustomerID | long | Customer → CustomerID | - |
DiscountID | int | Discount → DiscountID | - |
EmployeeID | long | Employee → EmployeeID | - |
ItemID | long | Item → ItemID | - |
NoteID | int | - |
|
ParentSaleLineID | long | SaleLine → SaleLineID | - |
ShopID | long | Shop → ShopID | - |
TaxCategoryID | int | TaxCategory → TaxCategoryID | - |
SaleID | long | Sale → SaleID |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/SalePayment/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
SalePaymentID | long | - | - |
Amount | decimal | - | - |
CreateTime | datetime | - | - |
Archived | boolean | - | - |
RemoteReference | string | - | - |
PaymentID | string | - | - |
SaleID | long | Sale → SaleID | - |
PaymentTypeID | int | - |
|
CcChargeID | int | - |
|
RefPaymentID | long | SalePayment → SalePaymentID | - |
RegisterID | int | Register → RegisterID | - |
EmployeeID | long | Employee → EmployeeID | - |
CreditAccountID | int | - |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Shop/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
TimeZone | string | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
ShopID | long | - | - |
TimeStamp | datetime | - | - |
ServiceRate | decimal | - | - |
TaxLabor | boolean | - | - |
LabelTitle | string | - | - |
LabelMsrp | boolean | - | - |
Archived | boolean | - | - |
CompanyRegistrationNumber | string | - | - |
VatNumber | string | - | - |
ZebraBrowserPrint | boolean | - | - |
ContactID | int | - |
|
TaxCategoryID | int | TaxCategory → TaxCategoryID | - |
ReceiptSetupID | int | - |
|
CcGatewayID | int | - |
|
GatewayConfigID | string | - | - |
PriceLevelID | int | - |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/SpecialOrder/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
SpecialOrderID | int | - | - |
UnitQuantity | decimal | - | - |
Contacted | boolean | - | - |
Completed | boolean | - | - |
TimeStamp | datetime | - | - |
Status | string | - | - |
CustomerID | long | Customer → CustomerID | - |
ShopID | long | Shop → ShopID | - |
SaleLineID | long | SaleLine → SaleLineID | - |
OrderLineID | int | OrderLine → OrderLineID | - |
TransferItemID | int | - | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Tag/
Documentation: https://developers.lightspeedhq.com/retail/endpoints/TaxCategory/
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Vendor/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
VendorID | int | - | - |
Archived | boolean | - | - |
AccountNumber | string | - | - |
PriceLevel | string | - | - |
UpdatePrice | boolean | - | - |
UpdateCost | boolean | - | - |
UpdateDescription | boolean | - | - |
ShareSellThrough | boolean | - | - |
TimeStamp | datetime | - | - |
ContactID | int | Contact → ContactID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/Workorder/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
WorkorderID | int | - | - |
TimeStamp | datetime | - | - |
TimeIn | datetime | - | - |
EtaOut | datetime | - | - |
Note | string | - | - |
Warranty | boolean | - | - |
Tax | boolean | - | - |
Archived | boolean | - | - |
HookIn | string | - | - |
HookOut | string | - | - |
SaveParts | boolean | - | - |
AssignEmployeeToAll | boolean | - | - |
CustomerID | long | Customer → CustomerID | - |
DiscountID | int | - |
|
SerializedID | int | - |
|
ShopID | long | Shop → ShopID | - |
SaleID | long | Sale → SaleID | - |
SaleLineID | long | SaleLine → SaleLineID | - |
WorkorderStatusID | int | WorkorderStatus → WorkorderStatusID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/WorkorderItem/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
WorkorderItemID | int | - | - |
TimeStamp | datetime | - | - |
Approved | boolean | - | - |
UnitPrice | decimal | - | - |
UnitQuantity | int | - | - |
Warranty | boolean | - | - |
Tax | boolean | - | - |
IsSpecialOrder | boolean | - | - |
Note | string | - | - |
WorkorderID | int | Workorder → WorkorderID | - |
EmployeeID | long | Employee → EmployeeID | - |
SaleLineID | long | SaleLine → SaleLineID | - |
SaleID | long | Sale → SaleID | - |
ItemID | long | Item → ItemID | - |
DiscountID | int | Discount → DiscountID | - |
Documentation: https://developers.lightspeedhq.com/retail/endpoints/WorkorderLine/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
WorkorderLineID | int | - | - |
TimeStamp | datetime | - | - |
Note | string | - | - |
Hours | int | - | - |
Minutes | int | - | - |
UnitPriceOverride | decimal | - | - |
UnitQuantity | int | - | - |
UnitCost | decimal | - | - |
Done | boolean | - | - |
Approved | boolean | - | - |
Warranty | boolean | - | - |
Tax | boolean | - | - |
WorkorderID | int | Workorder → WorkorderID | - |
EmployeeID | long | Employee → EmployeeID | - |
SaleLineID | long | SaleLine → SaleLineID | - |
SaleID | long | Sale → SaleID | - |
ItemID | long | Item → ItemID | - |
DiscountID | int | Discount → DiscountID | - |
TaxClassID | int | - |
|
Documentation: https://developers.lightspeedhq.com/retail/endpoints/WorkorderLine/
Column | Type | Relates to | Notes |
---|---|---|---|
RemoteID | string | - | - |
OrderRemoteID | string | Order → RemoteID | - |
WhenUpsertedIntoDataStore | datetime | - | - |
MirrorRemoteID | int | - | - |
IsDeleted | boolean | - | - |
WhenCreated | datetime | - | - |
WhenModified | datetime | - | - |
Name | string | - | - |
CustomFieldValueID | int | - | - |
OrderID | int | Order → OrderID | - |
CustomFieldID | int | OrderCustomField → CustomFieldID | - |
Type | string | - | - |
CustomFieldChoiceID | int | ItemCustomFieldChoice → CustomFieldID | - |
Choice | string | - | - |
SyncHub lives and breathes APIs and data. Keep exploring using the links below.