Type Alias StoreSchema

StoreSchema: {
    id: number;
    name: string;
    type: string;
}

Information about the Store

Type declaration

  • id: number

    Store ID

  • name: string

    The name given to the store, chosen by the user.

  • type: string

    The type of the store is a reference to the type of integration used, Shopify, Etsy, etc. If no first party integration is used, the type will be native.