Skip to main content

OrderIntegrationManagedField

No description

type OrderIntegrationManagedField {
caution: String
group: String!
integrationName: String
path: String!
title: String!
}

Fields

OrderIntegrationManagedField.caution ● String scalar common

Advisory copy to show when the user edits this field, when declared.

OrderIntegrationManagedField.group ● String! non-null scalar common

The field's group in the source integration's schema.

OrderIntegrationManagedField.integrationName ● String scalar common

The source integration that manages this field and may overwrite edits.

OrderIntegrationManagedField.path ● String! non-null scalar common

The field's GraphQL selection path (dotted for nested objects, e.g. "shippingAddress.city"), so the client correlates it with the field it edits.

OrderIntegrationManagedField.title ● String! non-null scalar common

Human-readable field name.

Member Of

V2Order object