> ## Documentation Index
> Fetch the complete documentation index at: https://developers.bspk.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Store Regions

<table>
  <tbody>
    <tr>
      <td>File Prefix</td>

      <td>
        <code>STORE-REGION</code>
      </td>
    </tr>

    <tr>
      <td>Current Version</td>

      <td>
        <code>V2</code>
      </td>
    </tr>
  </tbody>
</table>

<Info>This data can also be configured in the administrative portal.</Info>

<table>
  <tbody>
    <tr>
      <td><strong>Attribute</strong></td>
      <td><strong>Format</strong></td>
      <td><strong>Length</strong></td>
      <td><strong>Required</strong></td>
      <td><strong>Description</strong></td>
      <td><strong>Example</strong></td>
    </tr>

    <tr>
      <td><strong>store\_region\_ref</strong></td>
      <td>Alphanumeric</td>
      <td>1-255</td>
      <td>Yes</td>
      <td>Unique store region reference descriptor</td>
      <td>R1</td>
    </tr>

    <tr>
      <td><strong>name</strong></td>
      <td>Alphanumeric</td>
      <td>1-255</td>
      <td>Yes</td>
      <td>Store region name</td>
      <td>Europe</td>
    </tr>

    <tr>
      <td><strong>privacy\_policy\_link</strong></td>
      <td>Alphanumeric</td>
      <td>1-255</td>
      <td>No</td>
      <td>Url to a public page describing the privacy policy for this store region</td>
      <td>[https://www.bspk.com/privacy\_policy](https://www.bspk.com/privacy_policy)</td>
    </tr>

    <tr>
      <td><strong>privacy\_policy\_email</strong></td>
      <td>Alphanumeric</td>
      <td>1-255</td>
      <td>No</td>
      <td>Customer support email for requests about privacy policy for this region</td>
      <td>[privacy@bspk.com](mailto:privacy@bspk.com)</td>
    </tr>
  </tbody>
</table>
