Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceListPriceUserErrorCode
Possible error codes that can be returned by PriceListPriceUserError
.
Signature:
export declare enum PriceListPriceUserErrorCode
Member | Value | Description |
---|---|---|
Blank | "BLANK" |
The input value is blank. |
PriceListCurrencyMismatch | "PRICE_LIST_CURRENCY_MISMATCH" |
The specified currency doesn’t match the price list’s currency. |
PriceListNotFound | "PRICE_LIST_NOT_FOUND" |
The price list doesn’t exist. |
PriceNotFixed | "PRICE_NOT_FIXED" |
Only fixed prices can be deleted. |
VariantNotFound | "VARIANT_NOT_FOUND" |
A fixed price for the specified product variant doesn’t exist. |