Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodGetDuplicationDataUserErrorCode
Possible error codes that can be returned by CustomerPaymentMethodGetDuplicationDataUserError
.
Signature:
export declare enum CustomerPaymentMethodGetDuplicationDataUserErrorCode
Member | Value | Description |
---|---|---|
CustomerDoesNotExist | "CUSTOMER_DOES_NOT_EXIST" |
Customer doesn’t exist. |
InvalidInstrument | "INVALID_INSTRUMENT" |
Invalid payment instrument. |
InvalidOrganizationShop | "INVALID_ORGANIZATION_SHOP" |
Must be targeted to another shop in the same organization. |
PaymentMethodDoesNotExist | "PAYMENT_METHOD_DOES_NOT_EXIST" |
Payment method doesn’t exist. |
SameShop | "SAME_SHOP" |
Target shop cannot be the same as the source. |
TooManyRequests | "TOO_MANY_REQUESTS" |
Too many requests. |