productVariantDetachMedia mutation
Deletes media from product variants.
Required access
write_products
access scope.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
productId
(
ID!
)
required
|
Specifies the product to which the variants and media are associated. |
variantMedia
(
[ProductVariantDetachMediaInput!]!
)
required
|
A list of pairs of variants and media to be deleted from the variants. |
ProductVariantDetachMediaInput fields
-
mediaIds (
[ID!]!
) RequiredSpecifies the media to detach from the variant.
-
variantId (
ID!
) RequiredSpecifies the variant from which media will be detached.
Return fields
-
product (
Product
)The product associated with the variants and media.
-
productVariants (
[ProductVariant!]
)The product variants that were updated.
-
userErrors (
[MediaUserError!]!
)List of errors that occurred executing the mutation.
Deletes media from product variants.
Required access
write_products
access scope.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
productId
(
ID!
)
required
|
Specifies the product to which the variants and media are associated. |
variantMedia
(
[ProductVariantDetachMediaInput!]!
)
required
|
A list of pairs of variants and media to be deleted from the variants. |
ProductVariantDetachMediaInput fields
-
mediaIds (
[ID!]!
) RequiredSpecifies the media to detach from the variant.
-
variantId (
ID!
) RequiredSpecifies the variant from which media will be detached.
Return fields
-
product (
Product
)The product associated with the variants and media.
-
productVariants (
[ProductVariant!]
)The product variants that were updated.
-
userErrors (
[MediaUserError!]!
)List of errors that occurred executing the mutation.
Deletes media from product variants.
Required access
write_products
access scope.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
productId
(
ID!
)
required
|
Specifies the product to which the variants and media are associated. |
variantMedia
(
[ProductVariantDetachMediaInput!]!
)
required
|
A list of pairs of variants and media to be deleted from the variants. |
ProductVariantDetachMediaInput fields
-
mediaIds (
[ID!]!
) RequiredSpecifies the media to detach from the variant.
-
variantId (
ID!
) RequiredSpecifies the variant from which media will be detached.
Return fields
-
product (
Product
)The product associated with the variants and media.
-
productVariants (
[ProductVariant!]
)The product variants that were updated.
-
userErrors (
[MediaUserError!]!
)List of errors that occurred executing the mutation.
Deletes media from product variants.
Required access
write_products
access scope.
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
productId
(
ID!
)
required
|
Specifies the product to which the variants and media are associated. |
variantMedia
(
[ProductVariantDetachMediaInput!]!
)
required
|
A list of pairs of variants and media to be deleted from the variants. |
ProductVariantDetachMediaInput fields
-
mediaIds (
[ID!]!
) RequiredSpecifies the media to detach from the variant.
-
variantId (
ID!
) RequiredSpecifies the variant from which media will be detached.
Return fields
-
product (
Product
)The product associated with the variants and media.
-
productVariants (
[ProductVariant!]
)The product variants that were updated.
-
userErrors (
[MediaUserError!]!
)List of errors that occurred executing the mutation.