ShopResponse
Shop information
idstring
Unique shop identifier
Example:
shop_abc123namestring
Shop display name
Example:
Mi Tienda Onlineurlstring
Shop website URL
Example:
https://mitienda.complatformstring
E-commerce platform
Example:
SHOPIFYstatusstring
Shop status: PENDING_VERIFICATION, LIVE, SUSPENDED
Example:
LIVEtotalProductsint32
Total products in the catalog
Example:
8200verifiedboolean
Whether domain has been verified
Example:
truesubscriptionPlanstring
Current subscription plan
Example:
BASICmaxProductsint32
Maximum products allowed by plan
Example:
10000searchesLimitint32
Maximum monthly searches allowed by plan
Example:
1500ShopResponse
{
"id": "shop_abc123",
"name": "Mi Tienda Online",
"url": "https://mitienda.com",
"platform": "SHOPIFY",
"status": "LIVE",
"totalProducts": 8200,
"verified": true,
"subscriptionPlan": "BASIC",
"maxProducts": 10000,
"searchesLimit": 1500
}