Store.auth File Structure

The store.auth file for a store contains a single line that controls several aspects of the store. The format for a store.auth file is:
YYYYETtt[#products[#pages]]
where:

YYYY = CSP ID

E = Store Type
      0 = non-evergreen
      1 = evergreen
      2 = non-evergreen and try before you buy
      3 = evergreen and try before you buy

T = Set to 1 for ShopSite TX stores or 0 for ShopSite SC stores

tt = Product Type
      1 = Manager
      2 = Pro
      3 = Express
      4 = Lite

#products = Product limit. Optional, but required if page limit is set.

#pages = Page limit.

Note: Do not include the square brackets [ ] when setting the product or page limit. They are used here to show that those values are optional.