ShopInfoDTO
idstring
namestring
urlstring
platformstring
statusstring
productsCountint32
indexedProductsCountint32
verifiedboolean
verifiedAtdate-time
subscriptionPlanstring
subscriptionPlanDisplayNamestring
monthlyPricedouble
subscriptionStartsAtdate-time
subscriptionExpiresAtdate-time
subscriptionActiveboolean
maxProductsint32
remainingProductsint32
canIndexProductsboolean
maxSearchesPerMonthint32
searchesUsedThisMonthint32
remainingSearchesint32
searchesResetAtdate-time
ShopInfoDTO
{
"id": "string",
"name": "string",
"url": "string",
"platform": "string",
"status": "string",
"productsCount": 0,
"indexedProductsCount": 0,
"verified": true,
"verifiedAt": "2024-07-29T15:51:28.071Z",
"subscriptionPlan": "string",
"subscriptionPlanDisplayName": "string",
"monthlyPrice": 0,
"subscriptionStartsAt": "2024-07-29T15:51:28.071Z",
"subscriptionExpiresAt": "2024-07-29T15:51:28.071Z",
"subscriptionActive": true,
"maxProducts": 0,
"remainingProducts": 0,
"canIndexProducts": true,
"maxSearchesPerMonth": 0,
"searchesUsedThisMonth": 0,
"remainingSearches": 0,
"searchesResetAt": "2024-07-29T15:51:28.071Z"
}