Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantsBulkDeleteUserErrorCode
Possible error codes that can be returned by ProductVariantsBulkDeleteUserError
.
Signature:
export declare enum ProductVariantsBulkDeleteUserErrorCode
Member | Value | Description |
---|---|---|
AtLeastOneVariantDoesNotBelongToTheProduct | "AT_LEAST_ONE_VARIANT_DOES_NOT_BELONG_TO_THE_PRODUCT" |
The variant does not exist. |
CannotDeleteLastVariant | "CANNOT_DELETE_LAST_VARIANT" |
Cannot delete default variant. |
ProductDoesNotExist | "PRODUCT_DOES_NOT_EXIST" |
Product does not exist. |