Support

archiveSkuGroup

View as Markdown

Archive an existing SKU Group.

mutation

Requires commerce.product:write.

Archive an existing SKU Group.

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

  • cascadeArchive CascadeArchiveInput optional
    • skus Boolean optional — Whether to cascade archive SKUs when archiving the SKU Group.
  • id String! required

Possible returns

  • SKUGroup SKUGroup

Last updated on

How is this guide?