Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantDeletePayload
Return type for productVariantDelete
mutation.
Signature:
export interface ProductVariantDeletePayload
Property | Modifiers | Type | Description |
---|---|---|---|
deletedProductVariantId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the deleted product variant. | |
product? | Maybe<Product> | (Optional) The product associated with the deleted product variant. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |