Support

removeAttributeValuesFromAttribute

View as Markdown

Remove Attribute Value(s) from an existing Attribute.

mutation

Requires commerce.product:write.

Remove Attribute Value(s) from an existing Attribute.

Required headers

HeaderRequiredDescription
x-store-idYesID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: extensions.code: "UNAUTHENTICATED".

Go to Authentication for credential setup.

Arguments

  • id String! required
  • input MutationRemoveAttributeValuesFromAttributeInput! required
    • attributeValueIds [String!]! required

Possible returns

  • Attribute Attribute — A SKU is comprised of a combination of multiple attributes

Last updated on

How is this guide?