Anchor to PublishableUnpublishPayloadPublishable
payloadPublishable Unpublish Payload
Return type for mutation.
Anchor to FieldsFields
- publishable (Publishable)
- shop (Shop!)
- userErrors ([UserError!]!)
- Anchor to publishablepublishable•Publishable
Resource that has been unpublished.
- 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
- publishableUnpublish (PublishableUnpublishPayload)
- •mutation
Unpublishes a resource, such as a
ProductorCollection, from one or more publications. The resource remains in your store but becomes unavailable to customers.For products to be visible in a channel, they must have an active
.- •ID!required
The resource to delete or update publications for.
- Anchor to inputinput•[Publication
Input!]! required Specifies the input fields required to unpublish a resource.
Arguments
- •ID!
Was this section helpful?