GET
/v1/reseller_stores/{id}Retrieve a reseller store
Retrieves a reseller store by ID.
Retrieves the details of a reseller store. The authenticated user must be the owner of the store.
Path parameters
id string REQUIRED
Responses
200
404
Request
curl https://api.example.com/v1/reseller_stores/:id \
-H "Authorization: Bearer sk_test_..."Response
200 200 OK
{
"id": "example_id",
"ownerId": "example_ownerId",
"name": "example_name",
"platform": "shopify",
"shopDomain": "example_shopDomain",
"createdAt": "example_createdAt",
"deletedAt": "example_deletedAt",
"request_id": "example_request_id"
}