GET
/
stores
/
get

Headers

authorization
string
required

Your API key for authentication.

Query Parameters

store_id
string
required

The unique identifier for the store.

Response

store
object

The store details object containing:

  • store_id: The unique identifier for the store
  • domain: The store’s domain name
  • platform: The e-commerce platform the store uses
  • name: The store’s name
  • description: The store’s description
code
string

A code indicating the result of the operation. Possible values:

  • STORE_RESPONSE: Store details retrieved successfully
  • AUTH_MISSING: No API key provided
  • INVALID_KEY: Invalid API key
  • STORE_NOT_FOUND: Store ID not found
  • FORBIDDEN: Not authorized to access store
  • INTERNAL_ERROR: Server error occurred
error
string

Error message if the request fails.

message
string

Additional details about the error if the request fails.