action api2cart_cart_catalog_price_rules_count { label: "CartCatalogPriceRulesCount" description: "Get count of cart catalog price rules discounts." provider: api2cart method: GET path: "/cart.catalog_price_rules.count.json" encoding: json output: { type: "object" properties: { result: { type: "object" properties: { catalog_price_rules_count: { type: "string" } } } return_code: { type: "integer" } return_message: { type: "string" } } } }