ordercloud-javascript-sdk
    Preparing search index...

    Interface SortableMap

    interface SortableMap {
        "Addresses.List": (
            | "ID"
            | "AddressName"
            | "CompanyName"
            | "City"
            | "Street1"
            | "Street2"
            | "LastName"
            | "FirstName"
            | "State"
            | "Zip"
            | "DateCreated"
            | "Country"
            | "Phone"
            | "!AddressName"
            | "!ID"
            | "!DateCreated"
            | "!CompanyName"
            | "!FirstName"
            | "!LastName"
            | "!Street1"
            | "!Street2"
            | "!City"
            | "!State"
            | "!Zip"
            | "!Country"
            | "!Phone"
        )[];
        "AdminAddresses.List": (
            | "ID"
            | "AddressName"
            | "CompanyName"
            | "City"
            | "Street1"
            | "Street2"
            | "LastName"
            | "FirstName"
            | "State"
            | "Zip"
            | "DateCreated"
            | "Country"
            | "Phone"
            | "!AddressName"
            | "!ID"
            | "!DateCreated"
            | "!CompanyName"
            | "!FirstName"
            | "!LastName"
            | "!Street1"
            | "!Street2"
            | "!City"
            | "!State"
            | "!Zip"
            | "!Country"
            | "!Phone"
        )[];
        "AdminUserGroups.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "AdminUsers.List": (
            | "ID"
            | "LastName"
            | "FirstName"
            | "Username"
            | "Email"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!FirstName"
            | "!LastName"
            | "LastActive"
            | "PasswordLastSetDate"
            | "!Username"
            | "!Email"
            | "!LastActive"
            | "!PasswordLastSetDate"
        )[];
        "ApiClients.List": (
            | "ID"
            | "AppName"
            | "DefaultContextUserName"
            | "!ID"
            | "!AppName"
            | "!DefaultContextUserName"
        )[];
        "ApiClients.ListSecrets": ("ID" | "!ID")[];
        "ApprovalRules.List": (
            | "ID"
            | "Name"
            | "RuleExpression"
            | "ApprovingGroupID"
            | "!ID"
            | "!Name"
            | "!ApprovingGroupID"
            | "!RuleExpression"
        )[];
        "Bundles.List": string[];
        "BuyerGroups.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "Buyers.List": (
            | "ID"
            | "Name"
            | "GroupID"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!Name"
            | "!GroupID"
        )[];
        "Buyers.ListBuyerSellers": ("ID" | "Name" | "!ID" | "!Name")[];
        "Cart.ListEligiblePromotions": (
            | "ID"
            | "Name"
            | "ExpirationDate"
            | "Code"
            | "EligibleExpression"
            | "ValueExpression"
            | "!ID"
            | "!Name"
            | "!ExpirationDate"
            | "StartDate"
            | "CanCombine"
            | "AutoApply"
            | "Active"
            | "Priority"
            | "!Code"
            | "!StartDate"
            | "!EligibleExpression"
            | "!ValueExpression"
            | "!CanCombine"
            | "!AutoApply"
            | "!Active"
            | "!Priority"
        )[];
        "Cart.ListLineItems": (
            "ID"
            | "ProductID"
            | "!ID"
            | "DateAdded"
            | "!DateAdded"
            | "!ProductID"
        )[];
        "Cart.ListPayments": (
            | "ID"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "Type"
            | "CreditCardID"
            | "SpendingAccountID"
            | "!Type"
            | "!CreditCardID"
            | "!SpendingAccountID"
        )[];
        "Cart.ListPromotions": (
            | "ID"
            | "Name"
            | "ExpirationDate"
            | "Code"
            | "EligibleExpression"
            | "ValueExpression"
            | "!ID"
            | "!Name"
            | "!ExpirationDate"
            | "StartDate"
            | "CanCombine"
            | "AutoApply"
            | "Active"
            | "Priority"
            | "!Code"
            | "!StartDate"
            | "!EligibleExpression"
            | "!ValueExpression"
            | "!CanCombine"
            | "!AutoApply"
            | "!Active"
            | "!Priority"
            | "DateApplied"
            | "!DateApplied"
        )[];
        "Catalogs.List": ("ID" | "Name" | "!ID" | "!Name" | "OwnerID" | "!OwnerID")[];
        "Categories.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "CostCenters.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "CreditCards.List": (
            | "ID"
            | "CardholderName"
            | "CardType"
            | "ExpirationDate"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!CardholderName"
            | "!CardType"
            | "!ExpirationDate"
        )[];
        "DeliveryConfigurations.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "Discounts.List": (
            | "ID"
            | "ProductID"
            | "!ID"
            | "Priority"
            | "!Priority"
            | "!ProductID"
            | "CatalogID"
            | "CategoryID"
            | "!CatalogID"
            | "!CategoryID"
        )[];
        "ImpersonationConfigs.List": (
            | "ID"
            | "ImpersonationBuyerID"
            | "ImpersonationGroupID"
            | "ImpersonationUserID"
            | "BuyerID"
            | "GroupID"
            | "UserID"
            | "SecurityProfileID"
            | "ClientID"
            | "!ID"
            | "!GroupID"
            | "!ImpersonationBuyerID"
            | "!ImpersonationGroupID"
            | "!ImpersonationUserID"
            | "!BuyerID"
            | "!UserID"
            | "!SecurityProfileID"
            | "!ClientID"
        )[];
        "Incrementors.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "IntegrationEvents.List": (
            "ID"
            | "Name"
            | "EventType"
            | "!ID"
            | "!Name"
            | "!EventType"
        )[];
        "InventoryRecords.List": ("ID" | "AddressID" | "!ID" | "!AddressID")[];
        "InventoryRecords.ListVariant": ("ID" | "AddressID" | "!ID" | "!AddressID")[];
        "LineItems.List": (
            "ID"
            | "ProductID"
            | "!ID"
            | "DateAdded"
            | "!DateAdded"
            | "!ProductID"
        )[];
        "LineItems.ListAcrossOrders": (
            "ID"
            | "ProductID"
            | "!ID"
            | "DateAdded"
            | "!DateAdded"
            | "!ProductID"
        )[];
        "Locales.List": ("ID" | "!ID")[];
        "Me.ListAddresses": (
            | "ID"
            | "AddressName"
            | "CompanyName"
            | "City"
            | "Street1"
            | "Street2"
            | "LastName"
            | "FirstName"
            | "State"
            | "Zip"
            | "DateCreated"
            | "Country"
            | "Phone"
            | "!AddressName"
            | "!ID"
            | "!DateCreated"
            | "!CompanyName"
            | "!FirstName"
            | "!LastName"
            | "!Street1"
            | "!Street2"
            | "!City"
            | "!State"
            | "!Zip"
            | "!Country"
            | "!Phone"
        )[];
        "Me.ListApprovableOrders": (
            | "ID"
            | "FromCompanyID"
            | "ToCompanyID"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "DateSubmitted"
            | "FromUserID"
            | "Status"
            | "DateApproved"
            | "DateDeclined"
            | "DateCanceled"
            | "DateCompleted"
            | "LastUpdated"
            | "Subtotal"
            | "ShippingCost"
            | "TaxCost"
            | "Gratuity"
            | "Fees"
            | "BaseDiscount"
            | "PromotionDiscount"
            | "Total"
            | "IsSubmitted"
            | "!DateSubmitted"
            | "!FromCompanyID"
            | "!ToCompanyID"
            | "!FromUserID"
            | "!Status"
            | "!DateApproved"
            | "!DateDeclined"
            | "!DateCanceled"
            | "!DateCompleted"
            | "!LastUpdated"
            | "!Subtotal"
            | "!ShippingCost"
            | "!TaxCost"
            | "!Gratuity"
            | "!Fees"
            | "!BaseDiscount"
            | "!PromotionDiscount"
            | "!Total"
            | "!IsSubmitted"
        )[];
        "Me.ListBuyerSellers": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListCatalogs": (
            "ID"
            | "Name"
            | "!ID"
            | "!Name"
            | "OwnerID"
            | "!OwnerID"
        )[];
        "Me.ListCategories": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListCostCenters": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListCreditCards": (
            | "ID"
            | "CardholderName"
            | "CardType"
            | "ExpirationDate"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!CardholderName"
            | "!CardType"
            | "!ExpirationDate"
        )[];
        "Me.ListGroupOrderInvitations": (
            | "ID"
            | "Name"
            | "OrderID"
            | "OrderStatus"
            | "!ID"
            | "!Name"
            | "!OrderID"
            | "!OrderStatus"
        )[];
        "Me.ListOrders": (
            | "ID"
            | "FromCompanyID"
            | "ToCompanyID"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "DateSubmitted"
            | "FromUserID"
            | "Status"
            | "DateApproved"
            | "DateDeclined"
            | "DateCanceled"
            | "DateCompleted"
            | "LastUpdated"
            | "Subtotal"
            | "ShippingCost"
            | "TaxCost"
            | "Gratuity"
            | "Fees"
            | "BaseDiscount"
            | "PromotionDiscount"
            | "Total"
            | "IsSubmitted"
            | "!DateSubmitted"
            | "!FromCompanyID"
            | "!ToCompanyID"
            | "!FromUserID"
            | "!Status"
            | "!DateApproved"
            | "!DateDeclined"
            | "!DateCanceled"
            | "!DateCompleted"
            | "!LastUpdated"
            | "!Subtotal"
            | "!ShippingCost"
            | "!TaxCost"
            | "!Gratuity"
            | "!Fees"
            | "!BaseDiscount"
            | "!PromotionDiscount"
            | "!Total"
            | "!IsSubmitted"
        )[];
        "Me.ListProductCollectionEntries": string[];
        "Me.ListProductCollectionInvitations": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListProductCollections": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListProductInventoryRecords": (
            "ID"
            | "AddressID"
            | "!ID"
            | "!AddressID"
        )[];
        "Me.ListProducts": string[];
        "Me.ListProductSellers": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListPromotions": (
            | "ID"
            | "Name"
            | "ExpirationDate"
            | "Code"
            | "EligibleExpression"
            | "ValueExpression"
            | "!ID"
            | "!Name"
            | "!ExpirationDate"
            | "StartDate"
            | "CanCombine"
            | "AutoApply"
            | "Active"
            | "Priority"
            | "!Code"
            | "!StartDate"
            | "!EligibleExpression"
            | "!ValueExpression"
            | "!CanCombine"
            | "!AutoApply"
            | "!Active"
            | "!Priority"
        )[];
        "Me.ListShipmentItems": (
            "OrderID"
            | "!OrderID"
            | "LineItemID"
            | "!LineItemID"
        )[];
        "Me.ListShipments": (
            | "ID"
            | "BuyerID"
            | "Shipper"
            | "DateShipped"
            | "DateDelivered"
            | "!ID"
            | "OwnerID"
            | "!OwnerID"
            | "!BuyerID"
            | "Cost"
            | "!DateShipped"
            | "!Shipper"
            | "!DateDelivered"
            | "!Cost"
        )[];
        "Me.ListSpecs": (
            "ID"
            | "Name"
            | "!ID"
            | "!Name"
            | "ListOrder"
            | "!ListOrder"
        )[];
        "Me.ListSpendingAccounts": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListSubscriptionItems": (
            "ID"
            | "ProductID"
            | "!ID"
            | "DateAdded"
            | "!DateAdded"
            | "!ProductID"
        )[];
        "Me.ListSubscriptions": (
            | "ID"
            | "FromCompanyID"
            | "ToCompanyID"
            | "Interval"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "FromUserID"
            | "!FromCompanyID"
            | "!ToCompanyID"
            | "!FromUserID"
            | "NextOrderDate"
            | "LastOrderDate"
            | "EndDate"
            | "!Interval"
            | "!NextOrderDate"
            | "!LastOrderDate"
            | "!EndDate"
        )[];
        "Me.ListUserGroups": ("ID" | "Name" | "!ID" | "!Name")[];
        "Me.ListVariantInventoryRecords": (
            "ID"
            | "AddressID"
            | "!ID"
            | "!AddressID"
        )[];
        "Me.ListVariants": ("ID" | "Name" | "!ID" | "!Name")[];
        "MessageSenders.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "MessageSenders.ListCCListenerAssignments": (
            | "BuyerID"
            | "UserID"
            | "UserGroupID"
            | "MessageConfigName"
            | "SupplierID"
            | "!BuyerID"
            | "!UserID"
            | "!UserGroupID"
            | "!MessageConfigName"
            | "!SupplierID"
        )[];
        "OpenIdConnects.List": ("ID" | "!ID")[];
        "OrderReturns.List": (
            | "ID"
            | "OrderID"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!OrderID"
            | "DateSubmitted"
            | "DateApproved"
            | "DateDeclined"
            | "DateCanceled"
            | "DateCompleted"
            | "LastUpdated"
            | "!DateSubmitted"
            | "!DateApproved"
            | "!DateDeclined"
            | "!DateCanceled"
            | "!DateCompleted"
            | "!LastUpdated"
        )[];
        "OrderReturns.ListApprovals": (
            | "ApprovalRuleID"
            | "ApprovingGroupID"
            | "Approver"
            | "DateCreated"
            | "!DateCreated"
            | "!ApprovingGroupID"
            | "Status"
            | "DateCompleted"
            | "!Status"
            | "!DateCompleted"
            | "!ApprovalRuleID"
            | "!Approver"
        )[];
        "OrderReturns.ListEligibleApprovers": (
            | "ID"
            | "LastName"
            | "FirstName"
            | "Username"
            | "Email"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!FirstName"
            | "!LastName"
            | "LastActive"
            | "PasswordLastSetDate"
            | "!Username"
            | "!Email"
            | "!LastActive"
            | "!PasswordLastSetDate"
        )[];
        "Orders.List": (
            | "ID"
            | "FromCompanyID"
            | "ToCompanyID"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "DateSubmitted"
            | "FromUserID"
            | "Status"
            | "DateApproved"
            | "DateDeclined"
            | "DateCanceled"
            | "DateCompleted"
            | "LastUpdated"
            | "Subtotal"
            | "ShippingCost"
            | "TaxCost"
            | "Gratuity"
            | "Fees"
            | "BaseDiscount"
            | "PromotionDiscount"
            | "Total"
            | "IsSubmitted"
            | "!DateSubmitted"
            | "!FromCompanyID"
            | "!ToCompanyID"
            | "!FromUserID"
            | "!Status"
            | "!DateApproved"
            | "!DateDeclined"
            | "!DateCanceled"
            | "!DateCompleted"
            | "!LastUpdated"
            | "!Subtotal"
            | "!ShippingCost"
            | "!TaxCost"
            | "!Gratuity"
            | "!Fees"
            | "!BaseDiscount"
            | "!PromotionDiscount"
            | "!Total"
            | "!IsSubmitted"
        )[];
        "Orders.ListApprovals": (
            | "ApprovalRuleID"
            | "ApprovingGroupID"
            | "Approver"
            | "DateCreated"
            | "!DateCreated"
            | "!ApprovingGroupID"
            | "Status"
            | "DateCompleted"
            | "!Status"
            | "!DateCompleted"
            | "!ApprovalRuleID"
            | "!Approver"
            | "AllowResubmit"
            | "!AllowResubmit"
        )[];
        "Orders.ListEligibleApprovers": (
            | "ID"
            | "LastName"
            | "FirstName"
            | "Username"
            | "Email"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!FirstName"
            | "!LastName"
            | "LastActive"
            | "PasswordLastSetDate"
            | "!Username"
            | "!Email"
            | "!LastActive"
            | "!PasswordLastSetDate"
        )[];
        "Orders.ListEligiblePromotions": (
            | "ID"
            | "Name"
            | "ExpirationDate"
            | "Code"
            | "EligibleExpression"
            | "ValueExpression"
            | "!ID"
            | "!Name"
            | "!ExpirationDate"
            | "StartDate"
            | "CanCombine"
            | "AutoApply"
            | "Active"
            | "Priority"
            | "!Code"
            | "!StartDate"
            | "!EligibleExpression"
            | "!ValueExpression"
            | "!CanCombine"
            | "!AutoApply"
            | "!Active"
            | "!Priority"
        )[];
        "Orders.ListPromotions": (
            | "ID"
            | "Name"
            | "ExpirationDate"
            | "Code"
            | "EligibleExpression"
            | "ValueExpression"
            | "!ID"
            | "!Name"
            | "!ExpirationDate"
            | "StartDate"
            | "CanCombine"
            | "AutoApply"
            | "Active"
            | "Priority"
            | "!Code"
            | "!StartDate"
            | "!EligibleExpression"
            | "!ValueExpression"
            | "!CanCombine"
            | "!AutoApply"
            | "!Active"
            | "!Priority"
            | "DateApplied"
            | "!DateApplied"
        )[];
        "Orders.ListShipments": (
            | "ID"
            | "BuyerID"
            | "Shipper"
            | "DateShipped"
            | "DateDelivered"
            | "!ID"
            | "OwnerID"
            | "!OwnerID"
            | "!BuyerID"
            | "Cost"
            | "!DateShipped"
            | "!Shipper"
            | "!DateDelivered"
            | "!Cost"
        )[];
        "Payments.List": (
            | "ID"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "Type"
            | "CreditCardID"
            | "SpendingAccountID"
            | "!Type"
            | "!CreditCardID"
            | "!SpendingAccountID"
        )[];
        "PriceSchedules.List": (
            "ID"
            | "Name"
            | "!ID"
            | "!Name"
            | "OwnerID"
            | "!OwnerID"
        )[];
        "ProductCollections.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "ProductCollections.ListEntries": string[];
        "ProductFacets.List": (
            | "ID"
            | "Name"
            | "XpPath"
            | "!ID"
            | "!Name"
            | "ListOrder"
            | "!ListOrder"
            | "!XpPath"
        )[];
        "Products.List": string[];
        "Products.ListSpecs": (
            "ID"
            | "Name"
            | "!ID"
            | "!Name"
            | "ListOrder"
            | "!ListOrder"
        )[];
        "Products.ListSuppliers": (
            "ID"
            | "Name"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!Name"
        )[];
        "Products.ListVariants": ("ID" | "Name" | "!ID" | "!Name")[];
        "Promotions.List": (
            | "ID"
            | "Name"
            | "ExpirationDate"
            | "Code"
            | "EligibleExpression"
            | "ValueExpression"
            | "!ID"
            | "!Name"
            | "!ExpirationDate"
            | "StartDate"
            | "CanCombine"
            | "AutoApply"
            | "Active"
            | "Priority"
            | "!Code"
            | "!StartDate"
            | "!EligibleExpression"
            | "!ValueExpression"
            | "!CanCombine"
            | "!AutoApply"
            | "!Active"
            | "!Priority"
        )[];
        "SecurityProfiles.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "SellerApprovalRules.List": (
            | "ID"
            | "Name"
            | "RuleExpression"
            | "ApprovingGroupID"
            | "!ID"
            | "!Name"
            | "!ApprovingGroupID"
            | "!RuleExpression"
        )[];
        "Shipments.List": (
            | "ID"
            | "BuyerID"
            | "Shipper"
            | "DateShipped"
            | "DateDelivered"
            | "!ID"
            | "OwnerID"
            | "!OwnerID"
            | "!BuyerID"
            | "Cost"
            | "!DateShipped"
            | "!Shipper"
            | "!DateDelivered"
            | "!Cost"
        )[];
        "Shipments.ListItems": (
            "OrderID"
            | "!OrderID"
            | "LineItemID"
            | "!LineItemID"
        )[];
        "Specs.List": (
            "ID"
            | "Name"
            | "!ID"
            | "!Name"
            | "ListOrder"
            | "!ListOrder"
        )[];
        "Specs.ListOptions": ("ID" | "!ID" | "ListOrder" | "!ListOrder")[];
        "Specs.ListProductAssignments": (
            | "ProductID"
            | "SpecID"
            | "!ProductID"
            | "DefaultOptionID"
            | "DefaultValue"
            | "!SpecID"
            | "!DefaultOptionID"
            | "!DefaultValue"
        )[];
        "SpendingAccounts.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "SubscriptionItems.List": (
            "ID"
            | "ProductID"
            | "!ID"
            | "DateAdded"
            | "!DateAdded"
            | "!ProductID"
        )[];
        "Subscriptions.List": (
            | "ID"
            | "FromCompanyID"
            | "ToCompanyID"
            | "Interval"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "FromUserID"
            | "!FromCompanyID"
            | "!ToCompanyID"
            | "!FromUserID"
            | "NextOrderDate"
            | "LastOrderDate"
            | "EndDate"
            | "!Interval"
            | "!NextOrderDate"
            | "!LastOrderDate"
            | "!EndDate"
        )[];
        "SupplierAddresses.List": (
            | "ID"
            | "AddressName"
            | "CompanyName"
            | "City"
            | "Street1"
            | "Street2"
            | "LastName"
            | "FirstName"
            | "State"
            | "Zip"
            | "DateCreated"
            | "Country"
            | "Phone"
            | "!AddressName"
            | "!ID"
            | "!DateCreated"
            | "!CompanyName"
            | "!FirstName"
            | "!LastName"
            | "!Street1"
            | "!Street2"
            | "!City"
            | "!State"
            | "!Zip"
            | "!Country"
            | "!Phone"
        )[];
        "Suppliers.List": (
            "ID"
            | "Name"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!Name"
        )[];
        "Suppliers.ListBuyers": ("ID" | "Name" | "!ID" | "!Name")[];
        "SupplierUserGroups.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "SupplierUsers.List": (
            | "ID"
            | "LastName"
            | "FirstName"
            | "Username"
            | "Email"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!FirstName"
            | "!LastName"
            | "LastActive"
            | "PasswordLastSetDate"
            | "!Username"
            | "!Email"
            | "!LastActive"
            | "!PasswordLastSetDate"
        )[];
        "TrackingEvents.List": ("ID" | "EventType" | "!ID" | "!EventType")[];
        "UserGroups.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "Users.List": (
            | "ID"
            | "LastName"
            | "FirstName"
            | "Username"
            | "Email"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!FirstName"
            | "!LastName"
            | "LastActive"
            | "PasswordLastSetDate"
            | "!Username"
            | "!Email"
            | "!LastActive"
            | "!PasswordLastSetDate"
        )[];
        "Users.ListAcrossBuyers": (
            | "ID"
            | "LastName"
            | "FirstName"
            | "Username"
            | "Email"
            | "DateCreated"
            | "!ID"
            | "!DateCreated"
            | "!FirstName"
            | "!LastName"
            | "LastActive"
            | "PasswordLastSetDate"
            | "!Username"
            | "!Email"
            | "!LastActive"
            | "!PasswordLastSetDate"
        )[];
        "Webhooks.List": ("ID" | "Name" | "!ID" | "!Name")[];
        "XpIndices.List": ("ThingType" | "Key" | "!ThingType" | "!Key")[];
    }
    Index
    Addresses.List AdminAddresses.List AdminUserGroups.List AdminUsers.List ApiClients.List ApiClients.ListSecrets ApprovalRules.List Bundles.List BuyerGroups.List Buyers.List Buyers.ListBuyerSellers Cart.ListEligiblePromotions Cart.ListLineItems Cart.ListPayments Cart.ListPromotions Catalogs.List Categories.List CostCenters.List CreditCards.List DeliveryConfigurations.List Discounts.List ImpersonationConfigs.List Incrementors.List IntegrationEvents.List InventoryRecords.List InventoryRecords.ListVariant LineItems.List LineItems.ListAcrossOrders Locales.List Me.ListAddresses Me.ListApprovableOrders Me.ListBuyerSellers Me.ListCatalogs Me.ListCategories Me.ListCostCenters Me.ListCreditCards Me.ListGroupOrderInvitations Me.ListOrders Me.ListProductCollectionEntries Me.ListProductCollectionInvitations Me.ListProductCollections Me.ListProductInventoryRecords Me.ListProducts Me.ListProductSellers Me.ListPromotions Me.ListShipmentItems Me.ListShipments Me.ListSpecs Me.ListSpendingAccounts Me.ListSubscriptionItems Me.ListSubscriptions Me.ListUserGroups Me.ListVariantInventoryRecords Me.ListVariants MessageSenders.List MessageSenders.ListCCListenerAssignments OpenIdConnects.List OrderReturns.List OrderReturns.ListApprovals OrderReturns.ListEligibleApprovers Orders.List Orders.ListApprovals Orders.ListEligibleApprovers Orders.ListEligiblePromotions Orders.ListPromotions Orders.ListShipments Payments.List PriceSchedules.List ProductCollections.List ProductCollections.ListEntries ProductFacets.List Products.List Products.ListSpecs Products.ListSuppliers Products.ListVariants Promotions.List SecurityProfiles.List SellerApprovalRules.List Shipments.List Shipments.ListItems Specs.List Specs.ListOptions Specs.ListProductAssignments SpendingAccounts.List SubscriptionItems.List Subscriptions.List SupplierAddresses.List Suppliers.List Suppliers.ListBuyers SupplierUserGroups.List SupplierUsers.List TrackingEvents.List UserGroups.List Users.List Users.ListAcrossBuyers Webhooks.List XpIndices.List
    "Addresses.List": (
        | "ID"
        | "AddressName"
        | "CompanyName"
        | "City"
        | "Street1"
        | "Street2"
        | "LastName"
        | "FirstName"
        | "State"
        | "Zip"
        | "DateCreated"
        | "Country"
        | "Phone"
        | "!AddressName"
        | "!ID"
        | "!DateCreated"
        | "!CompanyName"
        | "!FirstName"
        | "!LastName"
        | "!Street1"
        | "!Street2"
        | "!City"
        | "!State"
        | "!Zip"
        | "!Country"
        | "!Phone"
    )[]
    "AdminAddresses.List": (
        | "ID"
        | "AddressName"
        | "CompanyName"
        | "City"
        | "Street1"
        | "Street2"
        | "LastName"
        | "FirstName"
        | "State"
        | "Zip"
        | "DateCreated"
        | "Country"
        | "Phone"
        | "!AddressName"
        | "!ID"
        | "!DateCreated"
        | "!CompanyName"
        | "!FirstName"
        | "!LastName"
        | "!Street1"
        | "!Street2"
        | "!City"
        | "!State"
        | "!Zip"
        | "!Country"
        | "!Phone"
    )[]
    "AdminUserGroups.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "AdminUsers.List": (
        | "ID"
        | "LastName"
        | "FirstName"
        | "Username"
        | "Email"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!FirstName"
        | "!LastName"
        | "LastActive"
        | "PasswordLastSetDate"
        | "!Username"
        | "!Email"
        | "!LastActive"
        | "!PasswordLastSetDate"
    )[]
    "ApiClients.List": (
        | "ID"
        | "AppName"
        | "DefaultContextUserName"
        | "!ID"
        | "!AppName"
        | "!DefaultContextUserName"
    )[]
    "ApiClients.ListSecrets": ("ID" | "!ID")[]
    "ApprovalRules.List": (
        | "ID"
        | "Name"
        | "RuleExpression"
        | "ApprovingGroupID"
        | "!ID"
        | "!Name"
        | "!ApprovingGroupID"
        | "!RuleExpression"
    )[]
    "Bundles.List": string[]
    "BuyerGroups.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "Buyers.List": (
        | "ID"
        | "Name"
        | "GroupID"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!Name"
        | "!GroupID"
    )[]
    "Buyers.ListBuyerSellers": ("ID" | "Name" | "!ID" | "!Name")[]
    "Cart.ListEligiblePromotions": (
        | "ID"
        | "Name"
        | "ExpirationDate"
        | "Code"
        | "EligibleExpression"
        | "ValueExpression"
        | "!ID"
        | "!Name"
        | "!ExpirationDate"
        | "StartDate"
        | "CanCombine"
        | "AutoApply"
        | "Active"
        | "Priority"
        | "!Code"
        | "!StartDate"
        | "!EligibleExpression"
        | "!ValueExpression"
        | "!CanCombine"
        | "!AutoApply"
        | "!Active"
        | "!Priority"
    )[]
    "Cart.ListLineItems": (
        "ID"
        | "ProductID"
        | "!ID"
        | "DateAdded"
        | "!DateAdded"
        | "!ProductID"
    )[]
    "Cart.ListPayments": (
        | "ID"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "Type"
        | "CreditCardID"
        | "SpendingAccountID"
        | "!Type"
        | "!CreditCardID"
        | "!SpendingAccountID"
    )[]
    "Cart.ListPromotions": (
        | "ID"
        | "Name"
        | "ExpirationDate"
        | "Code"
        | "EligibleExpression"
        | "ValueExpression"
        | "!ID"
        | "!Name"
        | "!ExpirationDate"
        | "StartDate"
        | "CanCombine"
        | "AutoApply"
        | "Active"
        | "Priority"
        | "!Code"
        | "!StartDate"
        | "!EligibleExpression"
        | "!ValueExpression"
        | "!CanCombine"
        | "!AutoApply"
        | "!Active"
        | "!Priority"
        | "DateApplied"
        | "!DateApplied"
    )[]
    "Catalogs.List": ("ID" | "Name" | "!ID" | "!Name" | "OwnerID" | "!OwnerID")[]
    "Categories.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "CostCenters.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "CreditCards.List": (
        | "ID"
        | "CardholderName"
        | "CardType"
        | "ExpirationDate"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!CardholderName"
        | "!CardType"
        | "!ExpirationDate"
    )[]
    "DeliveryConfigurations.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "Discounts.List": (
        | "ID"
        | "ProductID"
        | "!ID"
        | "Priority"
        | "!Priority"
        | "!ProductID"
        | "CatalogID"
        | "CategoryID"
        | "!CatalogID"
        | "!CategoryID"
    )[]
    "ImpersonationConfigs.List": (
        | "ID"
        | "ImpersonationBuyerID"
        | "ImpersonationGroupID"
        | "ImpersonationUserID"
        | "BuyerID"
        | "GroupID"
        | "UserID"
        | "SecurityProfileID"
        | "ClientID"
        | "!ID"
        | "!GroupID"
        | "!ImpersonationBuyerID"
        | "!ImpersonationGroupID"
        | "!ImpersonationUserID"
        | "!BuyerID"
        | "!UserID"
        | "!SecurityProfileID"
        | "!ClientID"
    )[]
    "Incrementors.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "IntegrationEvents.List": (
        "ID"
        | "Name"
        | "EventType"
        | "!ID"
        | "!Name"
        | "!EventType"
    )[]
    "InventoryRecords.List": ("ID" | "AddressID" | "!ID" | "!AddressID")[]
    "InventoryRecords.ListVariant": ("ID" | "AddressID" | "!ID" | "!AddressID")[]
    "LineItems.List": (
        "ID"
        | "ProductID"
        | "!ID"
        | "DateAdded"
        | "!DateAdded"
        | "!ProductID"
    )[]
    "LineItems.ListAcrossOrders": (
        "ID"
        | "ProductID"
        | "!ID"
        | "DateAdded"
        | "!DateAdded"
        | "!ProductID"
    )[]
    "Locales.List": ("ID" | "!ID")[]
    "Me.ListAddresses": (
        | "ID"
        | "AddressName"
        | "CompanyName"
        | "City"
        | "Street1"
        | "Street2"
        | "LastName"
        | "FirstName"
        | "State"
        | "Zip"
        | "DateCreated"
        | "Country"
        | "Phone"
        | "!AddressName"
        | "!ID"
        | "!DateCreated"
        | "!CompanyName"
        | "!FirstName"
        | "!LastName"
        | "!Street1"
        | "!Street2"
        | "!City"
        | "!State"
        | "!Zip"
        | "!Country"
        | "!Phone"
    )[]
    "Me.ListApprovableOrders": (
        | "ID"
        | "FromCompanyID"
        | "ToCompanyID"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "DateSubmitted"
        | "FromUserID"
        | "Status"
        | "DateApproved"
        | "DateDeclined"
        | "DateCanceled"
        | "DateCompleted"
        | "LastUpdated"
        | "Subtotal"
        | "ShippingCost"
        | "TaxCost"
        | "Gratuity"
        | "Fees"
        | "BaseDiscount"
        | "PromotionDiscount"
        | "Total"
        | "IsSubmitted"
        | "!DateSubmitted"
        | "!FromCompanyID"
        | "!ToCompanyID"
        | "!FromUserID"
        | "!Status"
        | "!DateApproved"
        | "!DateDeclined"
        | "!DateCanceled"
        | "!DateCompleted"
        | "!LastUpdated"
        | "!Subtotal"
        | "!ShippingCost"
        | "!TaxCost"
        | "!Gratuity"
        | "!Fees"
        | "!BaseDiscount"
        | "!PromotionDiscount"
        | "!Total"
        | "!IsSubmitted"
    )[]
    "Me.ListBuyerSellers": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListCatalogs": ("ID" | "Name" | "!ID" | "!Name" | "OwnerID" | "!OwnerID")[]
    "Me.ListCategories": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListCostCenters": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListCreditCards": (
        | "ID"
        | "CardholderName"
        | "CardType"
        | "ExpirationDate"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!CardholderName"
        | "!CardType"
        | "!ExpirationDate"
    )[]
    "Me.ListGroupOrderInvitations": (
        | "ID"
        | "Name"
        | "OrderID"
        | "OrderStatus"
        | "!ID"
        | "!Name"
        | "!OrderID"
        | "!OrderStatus"
    )[]
    "Me.ListOrders": (
        | "ID"
        | "FromCompanyID"
        | "ToCompanyID"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "DateSubmitted"
        | "FromUserID"
        | "Status"
        | "DateApproved"
        | "DateDeclined"
        | "DateCanceled"
        | "DateCompleted"
        | "LastUpdated"
        | "Subtotal"
        | "ShippingCost"
        | "TaxCost"
        | "Gratuity"
        | "Fees"
        | "BaseDiscount"
        | "PromotionDiscount"
        | "Total"
        | "IsSubmitted"
        | "!DateSubmitted"
        | "!FromCompanyID"
        | "!ToCompanyID"
        | "!FromUserID"
        | "!Status"
        | "!DateApproved"
        | "!DateDeclined"
        | "!DateCanceled"
        | "!DateCompleted"
        | "!LastUpdated"
        | "!Subtotal"
        | "!ShippingCost"
        | "!TaxCost"
        | "!Gratuity"
        | "!Fees"
        | "!BaseDiscount"
        | "!PromotionDiscount"
        | "!Total"
        | "!IsSubmitted"
    )[]
    "Me.ListProductCollectionEntries": string[]
    "Me.ListProductCollectionInvitations": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListProductCollections": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListProductInventoryRecords": ("ID" | "AddressID" | "!ID" | "!AddressID")[]
    "Me.ListProducts": string[]
    "Me.ListProductSellers": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListPromotions": (
        | "ID"
        | "Name"
        | "ExpirationDate"
        | "Code"
        | "EligibleExpression"
        | "ValueExpression"
        | "!ID"
        | "!Name"
        | "!ExpirationDate"
        | "StartDate"
        | "CanCombine"
        | "AutoApply"
        | "Active"
        | "Priority"
        | "!Code"
        | "!StartDate"
        | "!EligibleExpression"
        | "!ValueExpression"
        | "!CanCombine"
        | "!AutoApply"
        | "!Active"
        | "!Priority"
    )[]
    "Me.ListShipmentItems": ("OrderID" | "!OrderID" | "LineItemID" | "!LineItemID")[]
    "Me.ListShipments": (
        | "ID"
        | "BuyerID"
        | "Shipper"
        | "DateShipped"
        | "DateDelivered"
        | "!ID"
        | "OwnerID"
        | "!OwnerID"
        | "!BuyerID"
        | "Cost"
        | "!DateShipped"
        | "!Shipper"
        | "!DateDelivered"
        | "!Cost"
    )[]
    "Me.ListSpecs": ("ID" | "Name" | "!ID" | "!Name" | "ListOrder" | "!ListOrder")[]
    "Me.ListSpendingAccounts": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListSubscriptionItems": (
        "ID"
        | "ProductID"
        | "!ID"
        | "DateAdded"
        | "!DateAdded"
        | "!ProductID"
    )[]
    "Me.ListSubscriptions": (
        | "ID"
        | "FromCompanyID"
        | "ToCompanyID"
        | "Interval"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "FromUserID"
        | "!FromCompanyID"
        | "!ToCompanyID"
        | "!FromUserID"
        | "NextOrderDate"
        | "LastOrderDate"
        | "EndDate"
        | "!Interval"
        | "!NextOrderDate"
        | "!LastOrderDate"
        | "!EndDate"
    )[]
    "Me.ListUserGroups": ("ID" | "Name" | "!ID" | "!Name")[]
    "Me.ListVariantInventoryRecords": ("ID" | "AddressID" | "!ID" | "!AddressID")[]
    "Me.ListVariants": ("ID" | "Name" | "!ID" | "!Name")[]
    "MessageSenders.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "MessageSenders.ListCCListenerAssignments": (
        | "BuyerID"
        | "UserID"
        | "UserGroupID"
        | "MessageConfigName"
        | "SupplierID"
        | "!BuyerID"
        | "!UserID"
        | "!UserGroupID"
        | "!MessageConfigName"
        | "!SupplierID"
    )[]
    "OpenIdConnects.List": ("ID" | "!ID")[]
    "OrderReturns.List": (
        | "ID"
        | "OrderID"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!OrderID"
        | "DateSubmitted"
        | "DateApproved"
        | "DateDeclined"
        | "DateCanceled"
        | "DateCompleted"
        | "LastUpdated"
        | "!DateSubmitted"
        | "!DateApproved"
        | "!DateDeclined"
        | "!DateCanceled"
        | "!DateCompleted"
        | "!LastUpdated"
    )[]
    "OrderReturns.ListApprovals": (
        | "ApprovalRuleID"
        | "ApprovingGroupID"
        | "Approver"
        | "DateCreated"
        | "!DateCreated"
        | "!ApprovingGroupID"
        | "Status"
        | "DateCompleted"
        | "!Status"
        | "!DateCompleted"
        | "!ApprovalRuleID"
        | "!Approver"
    )[]
    "OrderReturns.ListEligibleApprovers": (
        | "ID"
        | "LastName"
        | "FirstName"
        | "Username"
        | "Email"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!FirstName"
        | "!LastName"
        | "LastActive"
        | "PasswordLastSetDate"
        | "!Username"
        | "!Email"
        | "!LastActive"
        | "!PasswordLastSetDate"
    )[]
    "Orders.List": (
        | "ID"
        | "FromCompanyID"
        | "ToCompanyID"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "DateSubmitted"
        | "FromUserID"
        | "Status"
        | "DateApproved"
        | "DateDeclined"
        | "DateCanceled"
        | "DateCompleted"
        | "LastUpdated"
        | "Subtotal"
        | "ShippingCost"
        | "TaxCost"
        | "Gratuity"
        | "Fees"
        | "BaseDiscount"
        | "PromotionDiscount"
        | "Total"
        | "IsSubmitted"
        | "!DateSubmitted"
        | "!FromCompanyID"
        | "!ToCompanyID"
        | "!FromUserID"
        | "!Status"
        | "!DateApproved"
        | "!DateDeclined"
        | "!DateCanceled"
        | "!DateCompleted"
        | "!LastUpdated"
        | "!Subtotal"
        | "!ShippingCost"
        | "!TaxCost"
        | "!Gratuity"
        | "!Fees"
        | "!BaseDiscount"
        | "!PromotionDiscount"
        | "!Total"
        | "!IsSubmitted"
    )[]
    "Orders.ListApprovals": (
        | "ApprovalRuleID"
        | "ApprovingGroupID"
        | "Approver"
        | "DateCreated"
        | "!DateCreated"
        | "!ApprovingGroupID"
        | "Status"
        | "DateCompleted"
        | "!Status"
        | "!DateCompleted"
        | "!ApprovalRuleID"
        | "!Approver"
        | "AllowResubmit"
        | "!AllowResubmit"
    )[]
    "Orders.ListEligibleApprovers": (
        | "ID"
        | "LastName"
        | "FirstName"
        | "Username"
        | "Email"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!FirstName"
        | "!LastName"
        | "LastActive"
        | "PasswordLastSetDate"
        | "!Username"
        | "!Email"
        | "!LastActive"
        | "!PasswordLastSetDate"
    )[]
    "Orders.ListEligiblePromotions": (
        | "ID"
        | "Name"
        | "ExpirationDate"
        | "Code"
        | "EligibleExpression"
        | "ValueExpression"
        | "!ID"
        | "!Name"
        | "!ExpirationDate"
        | "StartDate"
        | "CanCombine"
        | "AutoApply"
        | "Active"
        | "Priority"
        | "!Code"
        | "!StartDate"
        | "!EligibleExpression"
        | "!ValueExpression"
        | "!CanCombine"
        | "!AutoApply"
        | "!Active"
        | "!Priority"
    )[]
    "Orders.ListPromotions": (
        | "ID"
        | "Name"
        | "ExpirationDate"
        | "Code"
        | "EligibleExpression"
        | "ValueExpression"
        | "!ID"
        | "!Name"
        | "!ExpirationDate"
        | "StartDate"
        | "CanCombine"
        | "AutoApply"
        | "Active"
        | "Priority"
        | "!Code"
        | "!StartDate"
        | "!EligibleExpression"
        | "!ValueExpression"
        | "!CanCombine"
        | "!AutoApply"
        | "!Active"
        | "!Priority"
        | "DateApplied"
        | "!DateApplied"
    )[]
    "Orders.ListShipments": (
        | "ID"
        | "BuyerID"
        | "Shipper"
        | "DateShipped"
        | "DateDelivered"
        | "!ID"
        | "OwnerID"
        | "!OwnerID"
        | "!BuyerID"
        | "Cost"
        | "!DateShipped"
        | "!Shipper"
        | "!DateDelivered"
        | "!Cost"
    )[]
    "Payments.List": (
        | "ID"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "Type"
        | "CreditCardID"
        | "SpendingAccountID"
        | "!Type"
        | "!CreditCardID"
        | "!SpendingAccountID"
    )[]
    "PriceSchedules.List": (
        "ID"
        | "Name"
        | "!ID"
        | "!Name"
        | "OwnerID"
        | "!OwnerID"
    )[]
    "ProductCollections.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "ProductCollections.ListEntries": string[]
    "ProductFacets.List": (
        | "ID"
        | "Name"
        | "XpPath"
        | "!ID"
        | "!Name"
        | "ListOrder"
        | "!ListOrder"
        | "!XpPath"
    )[]
    "Products.List": string[]
    "Products.ListSpecs": (
        "ID"
        | "Name"
        | "!ID"
        | "!Name"
        | "ListOrder"
        | "!ListOrder"
    )[]
    "Products.ListSuppliers": (
        "ID"
        | "Name"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!Name"
    )[]
    "Products.ListVariants": ("ID" | "Name" | "!ID" | "!Name")[]
    "Promotions.List": (
        | "ID"
        | "Name"
        | "ExpirationDate"
        | "Code"
        | "EligibleExpression"
        | "ValueExpression"
        | "!ID"
        | "!Name"
        | "!ExpirationDate"
        | "StartDate"
        | "CanCombine"
        | "AutoApply"
        | "Active"
        | "Priority"
        | "!Code"
        | "!StartDate"
        | "!EligibleExpression"
        | "!ValueExpression"
        | "!CanCombine"
        | "!AutoApply"
        | "!Active"
        | "!Priority"
    )[]
    "SecurityProfiles.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "SellerApprovalRules.List": (
        | "ID"
        | "Name"
        | "RuleExpression"
        | "ApprovingGroupID"
        | "!ID"
        | "!Name"
        | "!ApprovingGroupID"
        | "!RuleExpression"
    )[]
    "Shipments.List": (
        | "ID"
        | "BuyerID"
        | "Shipper"
        | "DateShipped"
        | "DateDelivered"
        | "!ID"
        | "OwnerID"
        | "!OwnerID"
        | "!BuyerID"
        | "Cost"
        | "!DateShipped"
        | "!Shipper"
        | "!DateDelivered"
        | "!Cost"
    )[]
    "Shipments.ListItems": ("OrderID" | "!OrderID" | "LineItemID" | "!LineItemID")[]
    "Specs.List": ("ID" | "Name" | "!ID" | "!Name" | "ListOrder" | "!ListOrder")[]
    "Specs.ListOptions": ("ID" | "!ID" | "ListOrder" | "!ListOrder")[]
    "Specs.ListProductAssignments": (
        | "ProductID"
        | "SpecID"
        | "!ProductID"
        | "DefaultOptionID"
        | "DefaultValue"
        | "!SpecID"
        | "!DefaultOptionID"
        | "!DefaultValue"
    )[]
    "SpendingAccounts.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "SubscriptionItems.List": (
        "ID"
        | "ProductID"
        | "!ID"
        | "DateAdded"
        | "!DateAdded"
        | "!ProductID"
    )[]
    "Subscriptions.List": (
        | "ID"
        | "FromCompanyID"
        | "ToCompanyID"
        | "Interval"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "FromUserID"
        | "!FromCompanyID"
        | "!ToCompanyID"
        | "!FromUserID"
        | "NextOrderDate"
        | "LastOrderDate"
        | "EndDate"
        | "!Interval"
        | "!NextOrderDate"
        | "!LastOrderDate"
        | "!EndDate"
    )[]
    "SupplierAddresses.List": (
        | "ID"
        | "AddressName"
        | "CompanyName"
        | "City"
        | "Street1"
        | "Street2"
        | "LastName"
        | "FirstName"
        | "State"
        | "Zip"
        | "DateCreated"
        | "Country"
        | "Phone"
        | "!AddressName"
        | "!ID"
        | "!DateCreated"
        | "!CompanyName"
        | "!FirstName"
        | "!LastName"
        | "!Street1"
        | "!Street2"
        | "!City"
        | "!State"
        | "!Zip"
        | "!Country"
        | "!Phone"
    )[]
    "Suppliers.List": (
        "ID"
        | "Name"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!Name"
    )[]
    "Suppliers.ListBuyers": ("ID" | "Name" | "!ID" | "!Name")[]
    "SupplierUserGroups.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "SupplierUsers.List": (
        | "ID"
        | "LastName"
        | "FirstName"
        | "Username"
        | "Email"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!FirstName"
        | "!LastName"
        | "LastActive"
        | "PasswordLastSetDate"
        | "!Username"
        | "!Email"
        | "!LastActive"
        | "!PasswordLastSetDate"
    )[]
    "TrackingEvents.List": ("ID" | "EventType" | "!ID" | "!EventType")[]
    "UserGroups.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "Users.List": (
        | "ID"
        | "LastName"
        | "FirstName"
        | "Username"
        | "Email"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!FirstName"
        | "!LastName"
        | "LastActive"
        | "PasswordLastSetDate"
        | "!Username"
        | "!Email"
        | "!LastActive"
        | "!PasswordLastSetDate"
    )[]
    "Users.ListAcrossBuyers": (
        | "ID"
        | "LastName"
        | "FirstName"
        | "Username"
        | "Email"
        | "DateCreated"
        | "!ID"
        | "!DateCreated"
        | "!FirstName"
        | "!LastName"
        | "LastActive"
        | "PasswordLastSetDate"
        | "!Username"
        | "!Email"
        | "!LastActive"
        | "!PasswordLastSetDate"
    )[]
    "Webhooks.List": ("ID" | "Name" | "!ID" | "!Name")[]
    "XpIndices.List": ("ThingType" | "Key" | "!ThingType" | "!Key")[]