# Show

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /v1/content/stores/{id}:
    get:
      summary: Show
      deprecated: false
      description: Returns given store
      tags:
        - API Reference/Public API/CMS Content/Stores
      parameters:
        - name: id
          in: path
          description: ''
          required: true
          example: 1
          schema:
            type: integer
        - name: Content-Type
          in: header
          description: '[Details](doc-341635)'
          required: true
          example: application/json
          schema:
            type: string
            default: application/json
            const: application/json
        - name: X-User-Agent
          in: header
          description: Arbitrary identifier of your client. [Details](doc-341635)
          required: true
          example: '{{X_USER_AGENT}}'
          schema:
            type: string
            default: '{{X_USER_AGENT}}'
        - name: X-Product-Name
          in: header
          description: API Product for API context. [Details](doc-341635)
          required: true
          example: '{{PRODUCT_NAME}}'
          schema:
            type: string
            default: '{{PRODUCT_NAME}}'
        - name: X-Loyalty-Club-Slug
          in: header
          description: LoyaltyClub for API context. [Details](doc-342138)
          required: false
          example: '{{LOYALTY_CLUB_SLUG}}'
          schema:
            type: string
            default: '{{LOYALTY_CLUB_SLUG}}'
        - name: X-Customer
          in: header
          description: Customer for API context.  [Details](doc-342139)
          required: false
          example: '{{CUSTOMER_ID}}'
          schema:
            type: string
            default: '{{CUSTOMER_ID}}'
        - name: Authorization
          in: header
          description: '[Member](doc-342129) or [User](doc-342130) Authorization.'
          required: false
          example: Bearer {{_OAUTH_TOKEN}}
          schema:
            type: string
            default: Bearer {{_OAUTH_TOKEN}}
        - name: X-Client-Authorization
          in: header
          description: '[Token](doc-342128) Authorization.'
          example: '{{API_TOKEN}}'
          schema:
            type: string
            default: '{{API_TOKEN}}'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  store:
                    $ref: '#/components/schemas/Store'
                x-apidog-orders:
                  - store
                required:
                  - store
                x-apidog-ignore-properties: []
              example:
                store:
                  id: 2
                  name: Tromp Gerhold
                  type: store
                  slug: tromp-gerhold
                  description: >-
                    Custodia thorax clamo voluptate. Culpo credo aranea totus
                    aegrotatio cui apto. Demoror cursim utique itaque
                    artificiose caries attero totidem. Cohaero perferendis vinco
                    villa argentum tum. Alveus tergum urbanus catena.
                  zip_code: 44975-5903
                  region: null
                  address: 705 Johnson Street
                  city: Clinttown
                  phone_number: (683) 844-4048 x8994
                  email: Thurman.Sanford@yahoo.com
                  website_url: https://steel-soliloquy.net/
                  url: /2/tromp-gerhold
                  website_text: null
                  location_description: >-
                    Creptio tergo umbra astrum patior tibi. Copia caecus aggero
                    timidus depereo odit terga aggredior tactus volva. Vivo
                    caveo calco coma officia caste officia auxilium vinco.
                  map_key: quis aliqua pariatur
                  social_profiles: null
                  opening_hours:
                    - type: weekday
                      period: monday
                      hours:
                        opens_at: '09:00'
                        closes_at: '18:00'
                      description: Text
                    - type: weekday
                      period: sunday
                      hours:
                        opens_at: '12:00'
                        closes_at: '15:00'
                  opening_hours_text: aliquip eu Duis veniam
                  status_message: >-
                    In adiuvo terga usus aranea peior. Capio caries tempora
                    aequus auctus quasi deduco. Aduro via eos cursim bonus ante
                    cena.
                  categories:
                    - id: 48031101
                      title: Clothing
                      slug: clothing
                  logo:
                    identifier: '1'
                    created_at: '2022-11-09T15:46:00.252860Z'
                    image_details:
                      width: 35818751
                      height: 69230987
                  images: []
                  external_id: null
                  external_url: null
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: API Reference/Public API/CMS Content/Stores
      x-apidog-status: released
      x-run-in-apidog: https://app.eu.apidog.com/web/project/346351/apis/api-3510904-run
components:
  schemas:
    Store:
      type: object
      properties:
        id:
          type: integer
        name:
          type: string
          x-apidog-mock: '{{$company.name}}'
        type:
          type: string
          default: store
        slug:
          type: string
        description:
          type: string
          nullable: true
        zip_code:
          type: string
          x-apidog-mock: '{{$location.zipCode}}'
          nullable: true
        region:
          type: string
          nullable: true
        address:
          type: string
          x-apidog-mock: '{{$location.streetAddress}}'
          nullable: true
        city:
          type: string
          x-apidog-mock: '{{$location.city}}'
          nullable: true
        phone_number:
          type: string
          x-apidog-mock: '{{$phone.number}}'
          nullable: true
        email:
          type: string
          x-apidog-mock: '{{$internet.email}}'
          nullable: true
        website_url:
          type: string
          x-apidog-mock: '{{$internet.url}}'
          nullable: true
        url:
          type: string
          nullable: true
        website_text:
          type: string
          description: Text to display along page Website URL
          nullable: true
        location_description:
          type: string
          description: Text describing Store location within Venue
          nullable: true
        map_key:
          type: string
          description: Identifier of Store on the virtual map
          nullable: true
        social_profiles:
          type: object
          properties:
            facebook:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            instagram:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            linkedin:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            snapchat:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            twitter:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            tiktok:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            youtube:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            pinterest:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            yelp:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            vimeo:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
            nextdoor:
              type: string
              x-apidog-mock: '{{$internet.url}}'
              nullable: true
          x-apidog-orders:
            - facebook
            - instagram
            - linkedin
            - snapchat
            - twitter
            - tiktok
            - youtube
            - pinterest
            - yelp
            - vimeo
            - nextdoor
          x-apidog-ignore-properties: []
          nullable: true
        opening_hours:
          anyOf:
            - $ref: '#/components/schemas/OpeningHoursList'
            - type: 'null'
        opening_hours_text:
          type: string
          description: Free-text description of opening hours
          nullable: true
        status_message:
          type: string
          description: custom store status
          nullable: true
        categories:
          type: array
          items:
            type: object
            properties:
              id:
                type: integer
                minimum: 1
              title:
                type: string
                x-apidog-mock: '{{$commerce.department}}'
              slug:
                type: string
            x-apidog-refs: {}
            x-apidog-orders:
              - id
              - title
              - slug
            required:
              - id
              - title
              - slug
            x-apidog-ignore-properties: []
        logo:
          anyOf:
            - &ref_0
              $ref: '#/components/schemas/File'
            - type: 'null'
        images:
          type: array
          items: *ref_0
        external_id:
          type: string
          description: External id of the store from provider
          nullable: true
        external_url:
          type: string
          description: Store webisite outside of CMS (from scraped website for example)
          nullable: true
      x-apidog-orders:
        - id
        - name
        - type
        - slug
        - description
        - zip_code
        - region
        - address
        - city
        - phone_number
        - email
        - website_url
        - url
        - website_text
        - location_description
        - map_key
        - social_profiles
        - opening_hours
        - opening_hours_text
        - status_message
        - categories
        - logo
        - images
        - external_id
        - external_url
      required:
        - id
        - name
        - type
        - slug
        - description
        - zip_code
        - region
        - address
        - city
        - phone_number
        - email
        - website_url
        - url
        - website_text
        - location_description
        - map_key
        - social_profiles
        - opening_hours
        - opening_hours_text
        - status_message
        - categories
        - logo
        - images
        - external_id
        - external_url
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
    File:
      type: object
      properties:
        url:
          type: string
          format: uri
          readOnly: true
          examples:
            - https://example.com/image.png
        identifier:
          type: string
          description: Only present when parent record has many files
          examples:
            - '1'
        mime_type:
          type: string
          examples:
            - image/jpeg
          readOnly: true
          description: Only present in certain circumstances
          nullable: true
        created_at:
          type: string
          format: date-time
          examples:
            - '2022-11-09T15:46:00.252860Z'
        updated_at:
          type: string
          format: date-time
          readOnly: true
          examples:
            - '2022-11-09T15:46:00.252860Z'
        image_details:
          type: object
          properties:
            width:
              type: integer
              minimum: 1
            height:
              type: integer
              minimum: 1
          x-apidog-orders:
            - width
            - height
          x-apidog-ignore-properties: []
          nullable: true
      x-apidog-orders:
        - url
        - identifier
        - mime_type
        - created_at
        - updated_at
        - image_details
      required:
        - url
        - created_at
        - updated_at
      readOnly: true
      x-apidog-ignore-properties: []
      nullable: true
      x-apidog-folder: ''
    OpeningHoursList:
      type: array
      items:
        $ref: '#/components/schemas/OpeningHoursItem'
      description: 'See: [Opening Hours](doc-342133)'
      x-apidog-folder: ''
    OpeningHoursItem:
      type: object
      examples:
        - type: weekday
          period: monday
          hours:
            opens_at: '09:00'
            closes_at: '18:00'
          description:
            en: Text
        - type: weekday
          period: sunday
          hours:
            opens_at: '12:00'
            closes_at: '15:00'
          description:
            en: Text
        - type: day
          period: '2025-05-15'
          hours: null
          description:
            en: Closed
      properties:
        type:
          type: string
          examples:
            - weekday
          const: weekday
        period:
          anyOf:
            - description: 'For type: "day"'
              $ref: '#/components/schemas/date'
            - type: string
              enum:
                - monday
                - tuesday
                - wednesday
                - thursday
                - friday
                - saturday
                - sunday
              x-apidog-enum:
                - value: monday
                  name: ''
                  description: ''
                - value: tuesday
                  name: ''
                  description: ''
                - value: wednesday
                  name: ''
                  description: ''
                - value: thursday
                  name: ''
                  description: ''
                - value: friday
                  name: ''
                  description: ''
                - value: saturday
                  name: ''
                  description: ''
                - value: sunday
                  name: ''
                  description: ''
              description: 'For type: "weekday"'
        hours:
          type: object
          properties:
            opens_at:
              type: string
              description: Hour of entity opening time
              examples:
                - '09:00'
            closes_at:
              type: string
              description: |
                Hour of entity closing time
              examples:
                - '15:00'
          x-apidog-orders:
            - opens_at
            - closes_at
          required:
            - opens_at
            - closes_at
          description: When null, object is closed at this period
          x-apidog-ignore-properties: []
          nullable: true
        description:
          description: Additional description useful for "day" type
          $ref: '#/components/schemas/LocalizedContent'
      x-apidog-orders:
        - type
        - period
        - hours
        - description
      readOnly: true
      required:
        - type
        - period
        - hours
      x-apidog-refs: {}
      x-apidog-ignore-properties: []
      x-apidog-folder: ''
    LocalizedContent:
      type: object
      properties: {}
      x-apidog-orders: []
      title: ''
      examples:
        - en: Text
      additionalProperties:
        type: string
        description: >-
          The actual set of languages depends on LC configuration. See:
          [Localization](doc-341959)
        examples:
          - Tekst
        nullable: true
      x-apidog-ignore-properties: []
      nullable: true
      x-apidog-folder: ''
    date:
      type: string
      format: date
      examples:
        - '2023-01-15'
      x-apidog-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.mpc.dev.placewise.com
    description: Staging
security: []

```