Home > @infiniteobjects/shopify-data-manager > AdminTypes > AppDeveloperType
Possible types of app developer.
Signature:
export declare enum AppDeveloperType
Member | Value | Description |
---|---|---|
Merchant | "MERCHANT" |
Indicates the app developer works directly for a Merchant. |
Partner | "PARTNER" |
Indicates the app developer is a Partner. |
Shopify | "SHOPIFY" |
Indicates the app developer is Shopify. |
Unknown | "UNKNOWN" |
Indicates the app developer is unknown. It is not categorized as any of the other developer types. |