Skip to main content

ComputedOrderlistsInput

No description

input ComputedOrderlistsInput {
customerId: Int
contactId: Int
companyId: Int
}

Fields

ComputedOrderlistsInput.customerId ● Int scalar

Customer identifier to retrieve orderlists for.

If provided, retrieves all orderlists assigned to this customer. Cannot be used in combination with companyId.

ComputedOrderlistsInput.contactId ● Int scalar

Contact identifier to retrieve orderlists for.

If provided, retrieves all orderlists assigned to this contact. Can be used in combination with companyId to also include company-level orderlists.

ComputedOrderlistsInput.companyId ● Int scalar

Company identifier to retrieve orderlists for.

If provided, retrieves all orderlists assigned to this company. Can be used in combination with contactId to include both contact and company orderlists. Cannot be used with customerId.

Member Of

computedOrderlists query