CustomerCardConfigApiHeaderInput
An API header that will be sent to the configured API URL.
input CustomerCardConfigApiHeaderInput {
name: String!
value: String!
}
Fields
CustomerCardConfigApiHeaderInput.name
● String!
non-null scalar
The name of the header, trimmed and treated case insensitively for deduplication purposes (min length: 1, max length: 100). Not all header names are allowed.
CustomerCardConfigApiHeaderInput.value
● String!
non-null scalar
The value of the header, treated case sensitively for deduplication purposes (min length: 1, max length: 500).
Member of
CreateCustomerCardConfigInput
input ● UpdateCustomerCardConfigInput
input