Channel Create User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (ChannelCreateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Channel
Create User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- channelCreate (ChannelCreatePayload)
- •mutation
Creates a
Channelrepresenting a connection between the shop and an external selling platform account. Use this mutation after a merchant authenticates with an external platform to establish the publishing destination for product syndication and, for order-generating channels, order import.The platform resolves the channel specification identified by
, determines its country coverage, intersects with the shop's available region markets, and establishes product feeds for all matching regions. Product feeds immediately begin emitting events to the application's webhook or event subscription.If the specification sets
and no matching region markets exist, the mutation returns an error. If the specification doesn't require online store parity and no matching region markets exist, a channel subordinate to shop defaults is created automatically.- Anchor to inputinput•Channel
Create Input! required The input fields for creating the channel.
Arguments