Skip to main content
Anchor to collectionConditionsSourceCreate

collectionConditionsSourceCreate

mutation

Requires write_products access scope. Also: The app must have access to the input fields used to create a collection source. Further, the store must not be on the Starter or Retail plans and the user must have permission to manage products.

Creates a shareable collection source that can later be linked to one or more collections.

•CollectionCreateConditionsSourceInput!
required

The input fields for the source to create.


Was this section helpful?

Anchor to CollectionConditionsSourceCreatePayload returnsCollectionConditionsSourceCreatePayload returns

•CollectionConditionsSource

The created collection source.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?