Anchor to PublishablePublishPayloadPublishable
payloadPublishable Publish Payload
Return type for mutation.
Anchor to FieldsFields
- Anchor to publishablepublishable•Publishable
Resource that has been published.
- Anchor to shopshop•Shop!non-null
The user's shop.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- •mutation
Publishes a resource, such as a
ProductorCollection, to one or more publications.For products to be visible in a channel, they must have an active
. Products sold exclusively on subscription () can only be published to online stores.You can schedule future publication by providing a publish date. Only online store channels support scheduled publishing.
- •ID!required
The resource to create or update publications for.
- Anchor to inputinput•[Publication
Input!]! required Specifies the input fields required to publish a resource.
Arguments
- •ID!
Was this section helpful?