Skip to main content

LinkProductImagesInput

Autogenerated input type of LinkProductImages

input LinkProductImagesInput {
clientMutationId: String
links: [ProductImageLinkInput!]!
}

Fields

LinkProductImagesInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

LinkProductImagesInput.links ● [ProductImageLinkInput!]! non-null input products

Pairs of productId and imageIds. A maximum of 50 associations are allowed per request.

Member Of

linkProductImages mutation