GET /v1/reseller_stores/{rst_id}/source_stores/{id}

Get a source store by ID

Get a source store by ID

Path parameters

id string REQUIRED
rst_id object REQUIRED

Responses

200

404

Request

curl https://api.example.com/v1/reseller_stores/:id/source_stores/:id \
  -H "Authorization: Bearer sk_test_..."

Response

200 200 OK
{
  "id": "example_id",
  "resellerStoreId": "example_resellerStoreId",
  "name": "example_name",
  "platform": "shopify",
  "shopDomain": "example_shopDomain",
  "vendorTag": "example_vendorTag",
  "pricingMode": "percentage",
  "pricingConfig": {},
  "createdAt": "example_createdAt",
  "deletedAt": "example_deletedAt",
  "request_id": "example_request_id"
}