Stores
Get Store
Get store details by ID.
GET
Headers
Your API key for authentication.
Query Parameters
The unique identifier for the store.
Response
The store details object containing:
store_id
: The unique identifier for the storedomain
: The store’s domain nameplatform
: The e-commerce platform the store usesname
: The store’s namedescription
: The store’s description
A code indicating the result of the operation. Possible values:
STORE_RESPONSE
: Store details retrieved successfullyAUTH_MISSING
: No API key providedINVALID_KEY
: Invalid API keySTORE_NOT_FOUND
: Store ID not foundFORBIDDEN
: Not authorized to access storeINTERNAL_ERROR
: Server error occurred
Error message if the request fails.
Additional details about the error if the request fails.