Saltar al contenido principal

ShopResponse

Shop information

idstring

Unique shop identifier

Example: shop_abc123
namestring

Shop display name

Example: Mi Tienda Online
urlstring

Shop website URL

Example: https://mitienda.com
platformstring

E-commerce platform

Example: SHOPIFY
statusstring

Shop status: PENDING_VERIFICATION, LIVE, SUSPENDED

Example: LIVE
totalProductsint32

Total products in the catalog

Example: 8200
verifiedboolean

Whether domain has been verified

Example: true
subscriptionPlanstring

Current subscription plan

Example: BASIC
maxProductsint32

Maximum products allowed by plan

Example: 10000
searchesLimitint32

Maximum monthly searches allowed by plan

Example: 1500
ShopResponse
{
"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
}