Products > Product Variants > productVariantsDelete
Commerce APIProductsProduct VariantsproductVariantsDelete
productVariantsDelete
DELETE:product_variants.json

Description

Delete specific product variants.

Permission bit: "product_variants.delete"

Topic: Product Variants

Arguments

ids: [String!]!

List of product variant ids. See also: Unique Identifiers

Example: ["va_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

Boolean

Preview (typescript)

Loading module