# Store (https://developer.godaddy.com/en/docs/references/rest/stores/store)

***

title: Store
description: Read stores and store attributes.
full: true
\_openapi:
preload:

* ./openapi-specs/specs/stores/openapi.yaml
  toc:
* depth: 2
  title: Get store by ID
  url: '#get-store-by-id'
* depth: 2
  title: Get store attribute
  url: '#get-store-attribute'
  structuredData:
  headings:
  * content: Get store by ID
    id: get-store-by-id
  * content: Get store attribute
    id: get-store-attribute
    contents:
  * content: Retrieve the information of a store using the Business and Store IDs.
    heading: get-store-by-id
  * content: |-
    Look up a single store attribute by name. Response shape is a
    single-key map of `{<attrName>: <value>}` — values are always strings.
    Allow-listed keys that have not been set return 404
    `BUSINESS_ATTRIBUTE_NOT_FOUND`; keys outside the per-store allow-list
    return 400 `INVALID_REQUEST`.
    heading: get-store-attribute

***
