naftiko: 1.0.0-alpha2 info: label: Shopify API — Count description: 'Shopify API — Count. 121 operations. Lead operation: Shopify Get A Count Of All Blogs. Self-contained Naftiko capability covering one Shopify business surface.' tags: - Shopify - Count created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SHOPIFY_API_KEY: SHOPIFY_API_KEY capability: consumes: - type: http namespace: shopify-count baseUri: '' description: Shopify API — Count business capability. Self-contained, no shared references. resources: - name: admin-api-2020-01-blogs-count.json path: /admin/api/2020-01/blogs/count.json operations: - name: deprecated202001getblogscount method: GET description: Shopify Get A Count Of All Blogs outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-01-blogs-blog_id-articles-count.json path: /admin/api/2020-01/blogs/{blog_id}/articles/count.json operations: - name: deprecated202001getblogsparamblogidarticlescount method: GET description: Shopify Retrieves A Count Of All Articles From A Blog outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: blog_id in: path type: string description: blog_id required: true - name: created_at_min in: query type: string description: 'Count articles created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count articles created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count articles last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count articles last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count articles published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count articles published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count articles with a given published status. - name: admin-api-2020-01-checkouts-count.json path: /admin/api/2020-01/checkouts/count.json operations: - name: deprecated202001getcheckoutscount method: GET description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID. - name: created_at_min in: query type: string description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: status in: query type: string description: Count checkouts with a given status. - name: admin-api-2020-01-collects-count.json path: /admin/api/2020-01/collects/count.json operations: - name: deprecated202001getcollectscount method: GET description: Shopify Retrieves A Count Of Collects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collection_id in: query type: integer description: collection_id - name: admin-api-2020-01-comments-count.json path: /admin/api/2020-01/comments/count.json operations: - name: deprecated202001getcommentscount method: GET description: Shopify Retrieves A Count Of Comments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count comments created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count comments created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count comments last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count comments last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count comments published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count comments published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Retrieve a count of comments with a given published status. - name: status in: query type: string description: Retrieve a count of comments with a given status. - name: article_id in: query type: integer description: article_id - name: blog_id in: query type: integer description: blog_id - name: admin-api-2020-01-countries-count.json path: /admin/api/2020-01/countries/count.json operations: - name: deprecated202001getcountriescount method: GET description: Shopify Retrieves A Count Of Countries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-01-countries-country_id-provinces-count.json path: /admin/api/2020-01/countries/{country_id}/provinces/count.json operations: - name: deprecated202001getcountriesparamcountryidprovincescount method: GET description: Shopify Retrieves A Count Of Provinces For A Country outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: country_id in: path type: string description: country_id required: true - name: admin-api-2020-01-custom_collections-count.json path: /admin/api/2020-01/custom_collections/count.json operations: - name: deprecated202001getcustomcollectionscount method: GET description: Shopify Retrieves A Count Of Custom Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Count custom collections with given title. - name: product_id in: query type: string description: Count custom collections that include a given product. - name: updated_at_min in: query type: string description: 'Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count custom collections published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count custom collections published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count custom collections with a given published status. - name: admin-api-2020-01-customer_saved_searches-count.json path: /admin/api/2020-01/customer_saved_searches/count.json operations: - name: deprecated202001getcustomersavedsearchescount method: GET description: Shopify Retrieves A Count Of All Customer Saved Searches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-01-customers-count.json path: /admin/api/2020-01/customers/count.json operations: - name: deprecated202001getcustomerscount method: GET description: Shopify Retrieves A Count Of All Customers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-01-events-count.json path: /admin/api/2020-01/events/count.json operations: - name: deprecated202001geteventscount method: GET description: Shopify Retrieves A Count Of Events outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: admin-api-2020-01-gift_cards-count.json path: /admin/api/2020-01/gift_cards/count.json operations: - name: deprecated202001getgiftcardscount method: GET description: Shopify Retrieves A Count Of Gift Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: status in: query type: string description: 'Count gift cards with a given status. Valid values:' - name: admin-api-2020-01-locations-count.json path: /admin/api/2020-01/locations/count.json operations: - name: deprecated202001getlocationscount method: GET description: Shopify Retrieves A Count Of Locations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-01-metafields-count.json path: /admin/api/2020-01/metafields/count.json operations: - name: deprecated202001getmetafieldscount method: GET description: Shopify Retrieves A Count Of A Resource's Metafields outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-01-orders-count.json path: /admin/api/2020-01/orders/count.json operations: - name: deprecated202001getorderscount method: GET description: Shopify Retrieves An Order Count outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count orders created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count orders created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count orders last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count orders last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: status in: query type: string description: Count orders of a given status. - name: financial_status in: query type: string description: Count orders of a given financial status. - name: fulfillment_status in: query type: string description: Filter orders by their fulfillment status. - name: admin-api-2020-01-orders-order_id-fulfillments-count.json path: /admin/api/2020-01/orders/{order_id}/fulfillments/count.json operations: - name: deprecated202001getordersparamorderidfulfillmentscount method: GET description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: created_at_min in: query type: string description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: admin-api-2020-01-product_listings-count.json path: /admin/api/2020-01/product_listings/count.json operations: - name: deprecated202001getproductlistingscount method: GET description: Shopify Retrieve A Count Of Products That Are Published To Your App outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-01-products-count.json path: /admin/api/2020-01/products/count.json operations: - name: deprecated202001getproductscount method: GET description: Shopify Retrieves A Count Of Products outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: vendor in: query type: string description: Filter results by product vendor. - name: product_type in: query type: string description: Filter results by product type. - name: collection_id in: query type: string description: Filter results by collection ID. - name: created_at_min in: query type: string description: 'Show products created after date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Show products created before date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show products published after date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show products published before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Return products by their published status - name: admin-api-2020-01-products-product_id-images-count.json path: /admin/api/2020-01/products/{product_id}/images/count.json operations: - name: deprecated202001getproductsparamproductidimagescount method: GET description: Shopify Get A Count Of All Product Images outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: product_id in: path type: string description: product_id required: true - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-01-redirects-count.json path: /admin/api/2020-01/redirects/count.json operations: - name: deprecated202001getredirectscount method: GET description: Shopify Retrieves A Count Of Url Redirects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: path in: query type: string description: Count redirects with given path. - name: target in: query type: string description: Count redirects with given target. - name: admin-api-2020-01-script_tags-count.json path: /admin/api/2020-01/script_tags/count.json operations: - name: deprecated202001getscripttagscount method: GET description: Shopify Retrieves A Count Of All Script Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: src in: query type: string description: Count only script tags with a given URL. - name: admin-api-2020-01-smart_collections-count.json path: /admin/api/2020-01/smart_collections/count.json operations: - name: deprecated202001getsmartcollectionscount method: GET description: Shopify Retrieves A Count Of Smart Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Show smart collections with the specified title. - name: product_id in: query type: string description: Show smart collections that include the specified product. - name: updated_at_min in: query type: string description: 'Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Filter results based on the published status of smart collections. - name: admin-api-2020-01-webhooks-count.json path: /admin/api/2020-01/webhooks/count.json operations: - name: deprecated202001getwebhookscount method: GET description: Shopify Retrieves A Count Of Existing Webhook Subscriptions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: address in: query type: string description: Retrieve webhook subscriptions that send the POST request to this URI. - name: topic in: query type: string description: Show webhook subscriptions with a given topic. - name: admin-api-2020-04-blogs-blog_id-articles-count.json path: /admin/api/2020-04/blogs/{blog_id}/articles/count.json operations: - name: deprecated202004getblogsparamblogidarticlescount method: GET description: Shopify Retrieves A Count Of All Articles From A Blog outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: blog_id in: path type: string description: blog_id required: true - name: created_at_min in: query type: string description: 'Count articles created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count articles created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count articles last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count articles last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count articles published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count articles published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count articles with a given published status. - name: admin-api-2020-04-checkouts-count.json path: /admin/api/2020-04/checkouts/count.json operations: - name: deprecated202004getcheckoutscount method: GET description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID. - name: created_at_min in: query type: string description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: status in: query type: string description: Count checkouts with a given status. - name: admin-api-2020-04-collects-count.json path: /admin/api/2020-04/collects/count.json operations: - name: deprecated202004getcollectscount method: GET description: Shopify Retrieves A Count Of Collects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collection_id in: query type: integer description: collection_id - name: admin-api-2020-04-countries-count.json path: /admin/api/2020-04/countries/count.json operations: - name: deprecated202004getcountriescount method: GET description: Shopify Retrieves A Count Of Countries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-04-countries-country_id-provinces-count.json path: /admin/api/2020-04/countries/{country_id}/provinces/count.json operations: - name: deprecated202004getcountriesparamcountryidprovincescount method: GET description: Shopify Retrieves A Count Of Provinces For A Country outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: country_id in: path type: string description: country_id required: true - name: admin-api-2020-04-custom_collections-count.json path: /admin/api/2020-04/custom_collections/count.json operations: - name: deprecated202004getcustomcollectionscount method: GET description: Shopify Retrieves A Count Of Custom Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Count custom collections with given title. - name: product_id in: query type: string description: Count custom collections that include a given product. - name: updated_at_min in: query type: string description: 'Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count custom collections published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count custom collections published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count custom collections with a given published status. - name: admin-api-2020-04-customer_saved_searches-count.json path: /admin/api/2020-04/customer_saved_searches/count.json operations: - name: deprecated202004getcustomersavedsearchescount method: GET description: Shopify Retrieves A Count Of All Customer Saved Searches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-04-customers-count.json path: /admin/api/2020-04/customers/count.json operations: - name: deprecated202004getcustomerscount method: GET description: Shopify Retrieves A Count Of All Customers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-04-events-count.json path: /admin/api/2020-04/events/count.json operations: - name: deprecated202004geteventscount method: GET description: Shopify Retrieves A Count Of Events outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: admin-api-2020-04-gift_cards-count.json path: /admin/api/2020-04/gift_cards/count.json operations: - name: deprecated202004getgiftcardscount method: GET description: Shopify Retrieves A Count Of Gift Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: status in: query type: string description: 'Count gift cards with a given status. Valid values:' - name: admin-api-2020-04-locations-count.json path: /admin/api/2020-04/locations/count.json operations: - name: deprecated202004getlocationscount method: GET description: Shopify Retrieves A Count Of Locations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-04-metafields-count.json path: /admin/api/2020-04/metafields/count.json operations: - name: deprecated202004getmetafieldscount method: GET description: Shopify Retrieves A Count Of A Resource's Metafields outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-04-orders-count.json path: /admin/api/2020-04/orders/count.json operations: - name: deprecated202004getorderscount method: GET description: Shopify Retrieves An Order Count outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count orders created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count orders created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count orders last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count orders last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: status in: query type: string description: Count orders of a given status. - name: financial_status in: query type: string description: Count orders of a given financial status. - name: fulfillment_status in: query type: string description: Filter orders by their fulfillment status. - name: admin-api-2020-04-orders-order_id-fulfillments-count.json path: /admin/api/2020-04/orders/{order_id}/fulfillments/count.json operations: - name: deprecated202004getordersparamorderidfulfillmentscount method: GET description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: created_at_min in: query type: string description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: admin-api-2020-04-product_listings-count.json path: /admin/api/2020-04/product_listings/count.json operations: - name: deprecated202004getproductlistingscount method: GET description: Shopify Retrieve A Count Of Products That Are Published To Your App outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-04-products-count.json path: /admin/api/2020-04/products/count.json operations: - name: deprecated202004getproductscount method: GET description: Shopify Retrieves A Count Of Products outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: vendor in: query type: string description: Filter results by product vendor. - name: product_type in: query type: string description: Filter results by product type. - name: collection_id in: query type: string description: Filter results by collection ID. - name: created_at_min in: query type: string description: 'Show products created after date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Show products created before date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show products published after date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show products published before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Return products by their published status - name: admin-api-2020-04-products-product_id-images-count.json path: /admin/api/2020-04/products/{product_id}/images/count.json operations: - name: deprecated202004getproductsparamproductidimagescount method: GET description: Shopify Get A Count Of All Product Images outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: product_id in: path type: string description: product_id required: true - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-04-redirects-count.json path: /admin/api/2020-04/redirects/count.json operations: - name: deprecated202004getredirectscount method: GET description: Shopify Retrieves A Count Of Url Redirects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: path in: query type: string description: Count redirects with given path. - name: target in: query type: string description: Count redirects with given target. - name: admin-api-2020-04-script_tags-count.json path: /admin/api/2020-04/script_tags/count.json operations: - name: deprecated202004getscripttagscount method: GET description: Shopify Retrieves A Count Of All Script Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: src in: query type: string description: Count only script tags with a given URL. - name: admin-api-2020-04-smart_collections-count.json path: /admin/api/2020-04/smart_collections/count.json operations: - name: deprecated202004getsmartcollectionscount method: GET description: Shopify Retrieves A Count Of Smart Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Show smart collections with the specified title. - name: product_id in: query type: string description: Show smart collections that include the specified product. - name: updated_at_min in: query type: string description: 'Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Filter results based on the published status of smart collections. - name: admin-api-2020-04-webhooks-count.json path: /admin/api/2020-04/webhooks/count.json operations: - name: deprecated202004getwebhookscount method: GET description: Shopify Retrieves A Count Of Existing Webhook Subscriptions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: address in: query type: string description: Retrieve webhook subscriptions that send the POST request to this URI. - name: topic in: query type: string description: Show webhook subscriptions with a given topic. - name: admin-api-2020-07-blogs-blog_id-articles-count.json path: /admin/api/2020-07/blogs/{blog_id}/articles/count.json operations: - name: deprecated202007getblogsparamblogidarticlescount method: GET description: Shopify Retrieves A Count Of All Articles From A Blog outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: blog_id in: path type: string description: blog_id required: true - name: created_at_min in: query type: string description: 'Count articles created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count articles created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count articles last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count articles last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count articles published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count articles published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count articles with a given published status. - name: admin-api-2020-07-checkouts-count.json path: /admin/api/2020-07/checkouts/count.json operations: - name: deprecated202007getcheckoutscount method: GET description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID. - name: created_at_min in: query type: string description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: status in: query type: string description: Count checkouts with a given status. - name: admin-api-2020-07-collects-count.json path: /admin/api/2020-07/collects/count.json operations: - name: deprecated202007getcollectscount method: GET description: Shopify Retrieves A Count Of Collects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collection_id in: query type: integer description: collection_id - name: admin-api-2020-07-countries-count.json path: /admin/api/2020-07/countries/count.json operations: - name: deprecated202007getcountriescount method: GET description: Shopify Retrieves A Count Of Countries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-07-countries-country_id-provinces-count.json path: /admin/api/2020-07/countries/{country_id}/provinces/count.json operations: - name: deprecated202007getcountriesparamcountryidprovincescount method: GET description: Shopify Retrieves A Count Of Provinces For A Country outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: country_id in: path type: string description: country_id required: true - name: admin-api-2020-07-custom_collections-count.json path: /admin/api/2020-07/custom_collections/count.json operations: - name: deprecated202007getcustomcollectionscount method: GET description: Shopify Retrieves A Count Of Custom Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Count custom collections with given title. - name: product_id in: query type: string description: Count custom collections that include a given product. - name: updated_at_min in: query type: string description: 'Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count custom collections published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count custom collections published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count custom collections with a given published status. - name: admin-api-2020-07-customer_saved_searches-count.json path: /admin/api/2020-07/customer_saved_searches/count.json operations: - name: deprecated202007getcustomersavedsearchescount method: GET description: Shopify Retrieves A Count Of All Customer Saved Searches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-07-customers-count.json path: /admin/api/2020-07/customers/count.json operations: - name: deprecated202007getcustomerscount method: GET description: Shopify Retrieves A Count Of All Customers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-07-events-count.json path: /admin/api/2020-07/events/count.json operations: - name: deprecated202007geteventscount method: GET description: Shopify Retrieves A Count Of Events outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: admin-api-2020-07-gift_cards-count.json path: /admin/api/2020-07/gift_cards/count.json operations: - name: deprecated202007getgiftcardscount method: GET description: Shopify Retrieves A Count Of Gift Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: status in: query type: string description: 'Count gift cards with a given status. Valid values:' - name: admin-api-2020-07-locations-count.json path: /admin/api/2020-07/locations/count.json operations: - name: deprecated202007getlocationscount method: GET description: Shopify Retrieves A Count Of Locations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-07-metafields-count.json path: /admin/api/2020-07/metafields/count.json operations: - name: deprecated202007getmetafieldscount method: GET description: Shopify Retrieves A Count Of A Resource's Metafields outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-07-orders-order_id-fulfillments-count.json path: /admin/api/2020-07/orders/{order_id}/fulfillments/count.json operations: - name: deprecated202007getordersparamorderidfulfillmentscount method: GET description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: created_at_min in: query type: string description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: admin-api-2020-07-product_listings-count.json path: /admin/api/2020-07/product_listings/count.json operations: - name: deprecated202007getproductlistingscount method: GET description: Shopify Retrieve A Count Of Products That Are Published To Your App outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-07-products-count.json path: /admin/api/2020-07/products/count.json operations: - name: deprecated202007getproductscount method: GET description: Shopify Retrieves A Count Of Products outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: vendor in: query type: string description: Filter results by product vendor. - name: product_type in: query type: string description: Filter results by product type. - name: collection_id in: query type: string description: Filter results by collection ID. - name: created_at_min in: query type: string description: 'Show products created after date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Show products created before date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show products published after date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show products published before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Return products by their published status - name: admin-api-2020-07-products-product_id-images-count.json path: /admin/api/2020-07/products/{product_id}/images/count.json operations: - name: deprecated202007getproductsparamproductidimagescount method: GET description: Shopify Get A Count Of All Product Images outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: product_id in: path type: string description: product_id required: true - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-07-redirects-count.json path: /admin/api/2020-07/redirects/count.json operations: - name: deprecated202007getredirectscount method: GET description: Shopify Retrieves A Count Of Url Redirects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: path in: query type: string description: Count redirects with given path. - name: target in: query type: string description: Count redirects with given target. - name: admin-api-2020-07-script_tags-count.json path: /admin/api/2020-07/script_tags/count.json operations: - name: deprecated202007getscripttagscount method: GET description: Shopify Retrieves A Count Of All Script Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: src in: query type: string description: Count only script tags with a given URL. - name: admin-api-2020-07-smart_collections-count.json path: /admin/api/2020-07/smart_collections/count.json operations: - name: deprecated202007getsmartcollectionscount method: GET description: Shopify Retrieves A Count Of Smart Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Show smart collections with the specified title. - name: product_id in: query type: string description: Show smart collections that include the specified product. - name: updated_at_min in: query type: string description: 'Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Filter results based on the published status of smart collections. - name: admin-api-2020-07-webhooks-count.json path: /admin/api/2020-07/webhooks/count.json operations: - name: deprecated202007getwebhookscount method: GET description: Shopify Retrieves A Count Of Existing Webhook Subscriptions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: address in: query type: string description: Retrieve webhook subscriptions that send the POST request to this URI. - name: topic in: query type: string description: Show webhook subscriptions with a given topic. - name: admin-api-2020-10-blogs-blog_id-articles-count.json path: /admin/api/2020-10/blogs/{blog_id}/articles/count.json operations: - name: getblogsparamblogidarticlescount method: GET description: Shopify Retrieves A Count Of All Articles From A Blog outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: blog_id in: path type: string description: blog_id required: true - name: created_at_min in: query type: string description: 'Count articles created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count articles created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count articles last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count articles last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count articles published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count articles published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count articles with a given published status. - name: admin-api-2020-10-checkouts-count.json path: /admin/api/2020-10/checkouts/count.json operations: - name: getcheckoutscount method: GET description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID. - name: created_at_min in: query type: string description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: status in: query type: string description: Count checkouts with a given status. - name: admin-api-2020-10-collects-count.json path: /admin/api/2020-10/collects/count.json operations: - name: getcollectscount method: GET description: Shopify Retrieves A Count Of Collects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collection_id in: query type: integer description: collection_id - name: admin-api-2020-10-countries-count.json path: /admin/api/2020-10/countries/count.json operations: - name: getcountriescount method: GET description: Shopify Retrieves A Count Of Countries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-10-countries-country_id-provinces-count.json path: /admin/api/2020-10/countries/{country_id}/provinces/count.json operations: - name: getcountriesparamcountryidprovincescount method: GET description: Shopify Retrieves A Count Of Provinces For A Country outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: country_id in: path type: string description: country_id required: true - name: admin-api-2020-10-custom_collections-count.json path: /admin/api/2020-10/custom_collections/count.json operations: - name: getcustomcollectionscount method: GET description: Shopify Retrieves A Count Of Custom Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Count custom collections with given title. - name: product_id in: query type: string description: Count custom collections that include a given product. - name: updated_at_min in: query type: string description: 'Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count custom collections published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count custom collections published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count custom collections with a given published status. - name: admin-api-2020-10-customer_saved_searches-count.json path: /admin/api/2020-10/customer_saved_searches/count.json operations: - name: getcustomersavedsearchescount method: GET description: Shopify Retrieves A Count Of All Customer Saved Searches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-10-customers-count.json path: /admin/api/2020-10/customers/count.json operations: - name: getcustomerscount method: GET description: Shopify Retrieves A Count Of All Customers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-10-events-count.json path: /admin/api/2020-10/events/count.json operations: - name: geteventscount method: GET description: Shopify Retrieves A Count Of Events outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: admin-api-2020-10-gift_cards-count.json path: /admin/api/2020-10/gift_cards/count.json operations: - name: getgiftcardscount method: GET description: Shopify Retrieves A Count Of Gift Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: status in: query type: string description: 'Count gift cards with a given status. Valid values:' - name: admin-api-2020-10-locations-count.json path: /admin/api/2020-10/locations/count.json operations: - name: getlocationscount method: GET description: Shopify Retrieves A Count Of Locations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-10-metafields-count.json path: /admin/api/2020-10/metafields/count.json operations: - name: getmetafieldscount method: GET description: Shopify Retrieves A Count Of A Resource's Metafields outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2020-10-orders-order_id-fulfillments-count.json path: /admin/api/2020-10/orders/{order_id}/fulfillments/count.json operations: - name: getordersparamorderidfulfillmentscount method: GET description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: created_at_min in: query type: string description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: admin-api-2020-10-products-count.json path: /admin/api/2020-10/products/count.json operations: - name: getproductscount method: GET description: Shopify Retrieves A Count Of Products outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: vendor in: query type: string description: Filter results by product vendor. - name: product_type in: query type: string description: Filter results by product type. - name: collection_id in: query type: string description: Filter results by collection ID. - name: created_at_min in: query type: string description: 'Show products created after date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Show products created before date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show products published after date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show products published before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Return products by their published status - name: admin-api-2020-10-products-product_id-images-count.json path: /admin/api/2020-10/products/{product_id}/images/count.json operations: - name: getproductsparamproductidimagescount method: GET description: Shopify Get A Count Of All Product Images outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: product_id in: path type: string description: product_id required: true - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2020-10-redirects-count.json path: /admin/api/2020-10/redirects/count.json operations: - name: getredirectscount method: GET description: Shopify Retrieves A Count Of Url Redirects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: path in: query type: string description: Count redirects with given path. - name: target in: query type: string description: Count redirects with given target. - name: admin-api-2020-10-script_tags-count.json path: /admin/api/2020-10/script_tags/count.json operations: - name: getscripttagscount method: GET description: Shopify Retrieves A Count Of All Script Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: src in: query type: string description: Count only script tags with a given URL. - name: admin-api-2020-10-smart_collections-count.json path: /admin/api/2020-10/smart_collections/count.json operations: - name: getsmartcollectionscount method: GET description: Shopify Retrieves A Count Of Smart Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Show smart collections with the specified title. - name: product_id in: query type: string description: Show smart collections that include the specified product. - name: updated_at_min in: query type: string description: 'Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Filter results based on the published status of smart collections. - name: admin-api-2020-10-webhooks-count.json path: /admin/api/2020-10/webhooks/count.json operations: - name: getwebhookscount method: GET description: Shopify Retrieves A Count Of Existing Webhook Subscriptions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: address in: query type: string description: Retrieve webhook subscriptions that send the POST request to this URI. - name: topic in: query type: string description: Show webhook subscriptions with a given topic. - name: admin-api-2021-01-blogs-blog_id-articles-count.json path: /admin/api/2021-01/blogs/{blog_id}/articles/count.json operations: - name: deprecated202101getblogsparamblogidarticlescount method: GET description: Shopify Retrieves A Count Of All Articles From A Blog outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: blog_id in: path type: string description: blog_id required: true - name: created_at_min in: query type: string description: 'Count articles created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count articles created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count articles last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count articles last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count articles published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count articles published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count articles with a given published status. - name: admin-api-2021-01-checkouts-count.json path: /admin/api/2021-01/checkouts/count.json operations: - name: deprecated202101getcheckoutscount method: GET description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID. - name: created_at_min in: query type: string description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: status in: query type: string description: Count checkouts with a given status. - name: admin-api-2021-01-collects-count.json path: /admin/api/2021-01/collects/count.json operations: - name: deprecated202101getcollectscount method: GET description: Shopify Retrieves A Count Of Collects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collection_id in: query type: integer description: collection_id - name: admin-api-2021-01-countries-count.json path: /admin/api/2021-01/countries/count.json operations: - name: deprecated202101getcountriescount method: GET description: Shopify Retrieves A Count Of Countries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2021-01-countries-country_id-provinces-count.json path: /admin/api/2021-01/countries/{country_id}/provinces/count.json operations: - name: deprecated202101getcountriesparamcountryidprovincescount method: GET description: Shopify Retrieves A Count Of Provinces For A Country outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: country_id in: path type: string description: country_id required: true - name: admin-api-2021-01-custom_collections-count.json path: /admin/api/2021-01/custom_collections/count.json operations: - name: deprecated202101getcustomcollectionscount method: GET description: Shopify Retrieves A Count Of Custom Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Count custom collections with given title. - name: product_id in: query type: string description: Count custom collections that include a given product. - name: updated_at_min in: query type: string description: 'Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count custom collections published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count custom collections published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count custom collections with a given published status. - name: admin-api-2021-01-customer_saved_searches-count.json path: /admin/api/2021-01/customer_saved_searches/count.json operations: - name: deprecated202101getcustomersavedsearchescount method: GET description: Shopify Retrieves A Count Of All Customer Saved Searches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2021-01-customers-count.json path: /admin/api/2021-01/customers/count.json operations: - name: deprecated202101getcustomerscount method: GET description: Shopify Retrieves A Count Of All Customers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2021-01-events-count.json path: /admin/api/2021-01/events/count.json operations: - name: deprecated202101geteventscount method: GET description: Shopify Retrieves A Count Of Events outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: admin-api-2021-01-gift_cards-count.json path: /admin/api/2021-01/gift_cards/count.json operations: - name: deprecated202101getgiftcardscount method: GET description: Shopify Retrieves A Count Of Gift Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: status in: query type: string description: 'Count gift cards with a given status. Valid values:' - name: admin-api-2021-01-locations-count.json path: /admin/api/2021-01/locations/count.json operations: - name: deprecated202101getlocationscount method: GET description: Shopify Retrieves A Count Of Locations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2021-01-metafields-count.json path: /admin/api/2021-01/metafields/count.json operations: - name: deprecated202101getmetafieldscount method: GET description: Shopify Retrieves A Count Of A Resource's Metafields outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-2021-01-orders-order_id-fulfillments-count.json path: /admin/api/2021-01/orders/{order_id}/fulfillments/count.json operations: - name: deprecated202101getordersparamorderidfulfillmentscount method: GET description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: created_at_min in: query type: string description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: admin-api-2021-01-products-count.json path: /admin/api/2021-01/products/count.json operations: - name: deprecated202101getproductscount method: GET description: Shopify Retrieves A Count Of Products outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: vendor in: query type: string description: Filter results by product vendor. - name: product_type in: query type: string description: Filter results by product type. - name: collection_id in: query type: string description: Filter results by collection ID. - name: created_at_min in: query type: string description: 'Show products created after date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Show products created before date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show products published after date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show products published before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Return products by their published status - name: admin-api-2021-01-products-product_id-images-count.json path: /admin/api/2021-01/products/{product_id}/images/count.json operations: - name: deprecated202101getproductsparamproductidimagescount method: GET description: Shopify Get A Count Of All Product Images outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: product_id in: path type: string description: product_id required: true - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-2021-01-redirects-count.json path: /admin/api/2021-01/redirects/count.json operations: - name: deprecated202101getredirectscount method: GET description: Shopify Retrieves A Count Of Url Redirects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: path in: query type: string description: Count redirects with given path. - name: target in: query type: string description: Count redirects with given target. - name: admin-api-2021-01-script_tags-count.json path: /admin/api/2021-01/script_tags/count.json operations: - name: deprecated202101getscripttagscount method: GET description: Shopify Retrieves A Count Of All Script Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: src in: query type: string description: Count only script tags with a given URL. - name: admin-api-2021-01-smart_collections-count.json path: /admin/api/2021-01/smart_collections/count.json operations: - name: deprecated202101getsmartcollectionscount method: GET description: Shopify Retrieves A Count Of Smart Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Show smart collections with the specified title. - name: product_id in: query type: string description: Show smart collections that include the specified product. - name: updated_at_min in: query type: string description: 'Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Filter results based on the published status of smart collections. - name: admin-api-2021-01-webhooks-count.json path: /admin/api/2021-01/webhooks/count.json operations: - name: deprecated202101getwebhookscount method: GET description: Shopify Retrieves A Count Of Existing Webhook Subscriptions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: address in: query type: string description: Retrieve webhook subscriptions that send the POST request to this URI. - name: topic in: query type: string description: Show webhook subscriptions with a given topic. - name: admin-api-unstable-blogs-blog_id-articles-count.json path: /admin/api/unstable/blogs/{blog_id}/articles/count.json operations: - name: deprecatedunstablegetblogsparamblogidarticlescount method: GET description: Shopify Retrieves A Count Of All Articles From A Blog outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: blog_id in: path type: string description: blog_id required: true - name: created_at_min in: query type: string description: 'Count articles created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count articles created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count articles last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count articles last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count articles published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count articles published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count articles with a given published status. - name: admin-api-unstable-checkouts-count.json path: /admin/api/unstable/checkouts/count.json operations: - name: deprecatedunstablegetcheckoutscount method: GET description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID. - name: created_at_min in: query type: string description: 'Count checkouts created after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count checkouts created before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Count checkouts last updated after the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Count checkouts last updated before the specified date. (format: 2014-04-25T16:15:47-04:00)' - name: status in: query type: string description: Count checkouts with a given status. - name: admin-api-unstable-collects-count.json path: /admin/api/unstable/collects/count.json operations: - name: deprecatedunstablegetcollectscount method: GET description: Shopify Retrieves A Count Of Collects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: collection_id in: query type: integer description: collection_id - name: admin-api-unstable-countries-count.json path: /admin/api/unstable/countries/count.json operations: - name: deprecatedunstablegetcountriescount method: GET description: Shopify Retrieves A Count Of Countries outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-unstable-countries-country_id-provinces-count.json path: /admin/api/unstable/countries/{country_id}/provinces/count.json operations: - name: deprecatedunstablegetcountriesparamcountryidprovincescount method: GET description: Shopify Retrieves A Count Of Provinces For A Country outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: country_id in: path type: string description: country_id required: true - name: admin-api-unstable-custom_collections-count.json path: /admin/api/unstable/custom_collections/count.json operations: - name: deprecatedunstablegetcustomcollectionscount method: GET description: Shopify Retrieves A Count Of Custom Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Count custom collections with given title. - name: product_id in: query type: string description: Count custom collections that include a given product. - name: updated_at_min in: query type: string description: 'Count custom collections last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count custom collections last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_min in: query type: string description: 'Count custom collections published after date (format: 2014-04-25T16:15:47-04:00).' - name: published_at_max in: query type: string description: 'Count custom collections published before date (format: 2014-04-25T16:15:47-04:00).' - name: published_status in: query type: string description: Count custom collections with a given published status. - name: admin-api-unstable-customer_saved_searches-count.json path: /admin/api/unstable/customer_saved_searches/count.json operations: - name: deprecatedunstablegetcustomersavedsearchescount method: GET description: Shopify Retrieves A Count Of All Customer Saved Searches outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-unstable-customers-count.json path: /admin/api/unstable/customers/count.json operations: - name: deprecatedunstablegetcustomerscount method: GET description: Shopify Retrieves A Count Of All Customers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-unstable-events-count.json path: /admin/api/unstable/events/count.json operations: - name: deprecatedunstablegeteventscount method: GET description: Shopify Retrieves A Count Of Events outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: created_at_min in: query type: string description: 'Count only events created at or after this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Count only events created at or before this date and time. (format: 2014-04-25T16:15:47-04:00)' - name: admin-api-unstable-gift_cards-count.json path: /admin/api/unstable/gift_cards/count.json operations: - name: deprecatedunstablegetgiftcardscount method: GET description: Shopify Retrieves A Count Of Gift Cards outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: status in: query type: string description: 'Count gift cards with a given status. Valid values:' - name: admin-api-unstable-locations-count.json path: /admin/api/unstable/locations/count.json operations: - name: deprecatedunstablegetlocationscount method: GET description: Shopify Retrieves A Count Of Locations outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-unstable-metafields-count.json path: /admin/api/unstable/metafields/count.json operations: - name: deprecatedunstablegetmetafieldscount method: GET description: Shopify Retrieves A Count Of A Resource's Metafields outputRawFormat: json outputParameters: - name: result type: object value: $. - name: admin-api-unstable-orders-order_id-fulfillments-count.json path: /admin/api/unstable/orders/{order_id}/fulfillments/count.json operations: - name: deprecatedunstablegetordersparamorderidfulfillmentscount method: GET description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: order_id in: path type: string description: order_id required: true - name: created_at_min in: query type: string description: 'Count fulfillments created after date (format: 2014-04-25T16:15:47-04:00).' - name: created_at_max in: query type: string description: 'Count fulfillments created before date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_min in: query type: string description: 'Count fulfillments last updated after date (format: 2014-04-25T16:15:47-04:00).' - name: updated_at_max in: query type: string description: 'Count fulfillments last updated before date (format: 2014-04-25T16:15:47-04:00).' - name: admin-api-unstable-products-count.json path: /admin/api/unstable/products/count.json operations: - name: deprecatedunstablegetproductscount method: GET description: Shopify Retrieves A Count Of Products outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: vendor in: query type: string description: Filter results by product vendor. - name: product_type in: query type: string description: Filter results by product type. - name: collection_id in: query type: string description: Filter results by collection ID. - name: created_at_min in: query type: string description: 'Show products created after date. (format: 2014-04-25T16:15:47-04:00)' - name: created_at_max in: query type: string description: 'Show products created before date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_min in: query type: string description: 'Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show products published after date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show products published before date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Return products by their published status - name: admin-api-unstable-products-product_id-images-count.json path: /admin/api/unstable/products/{product_id}/images/count.json operations: - name: deprecatedunstablegetproductsparamproductidimagescount method: GET description: Shopify Get A Count Of All Product Images outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: product_id in: path type: string description: product_id required: true - name: since_id in: query type: string description: Restrict results to after the specified ID - name: admin-api-unstable-redirects-count.json path: /admin/api/unstable/redirects/count.json operations: - name: deprecatedunstablegetredirectscount method: GET description: Shopify Retrieves A Count Of Url Redirects outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: path in: query type: string description: Count redirects with given path. - name: target in: query type: string description: Count redirects with given target. - name: admin-api-unstable-script_tags-count.json path: /admin/api/unstable/script_tags/count.json operations: - name: deprecatedunstablegetscripttagscount method: GET description: Shopify Retrieves A Count Of All Script Tags outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: src in: query type: string description: Count only script tags with a given URL. - name: admin-api-unstable-smart_collections-count.json path: /admin/api/unstable/smart_collections/count.json operations: - name: deprecatedunstablegetsmartcollectionscount method: GET description: Shopify Retrieves A Count Of Smart Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: title in: query type: string description: Show smart collections with the specified title. - name: product_id in: query type: string description: Show smart collections that include the specified product. - name: updated_at_min in: query type: string description: 'Show smart collections last updated after this date. (format: 2014-04-25T16:15:47-04:00)' - name: updated_at_max in: query type: string description: 'Show smart collections last updated before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_min in: query type: string description: 'Show smart collections published after this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_at_max in: query type: string description: 'Show smart collections published before this date. (format: 2014-04-25T16:15:47-04:00)' - name: published_status in: query type: string description: Filter results based on the published status of smart collections. - name: admin-api-unstable-webhooks-count.json path: /admin/api/unstable/webhooks/count.json operations: - name: deprecatedunstablegetwebhookscount method: GET description: Shopify Retrieves A Count Of Existing Webhook Subscriptions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: address in: query type: string description: Retrieve webhook subscriptions that send the POST request to this URI. - name: topic in: query type: string description: Show webhook subscriptions with a given topic. exposes: - type: rest namespace: shopify-count-rest port: 8080 description: REST adapter for Shopify API — Count. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/admin/api/2020-01/blogs/count-json name: admin-api-2020-01-blogs-count-json description: REST surface for admin-api-2020-01-blogs-count.json. operations: - method: GET name: deprecated202001getblogscount description: Shopify Get A Count Of All Blogs call: shopify-count.deprecated202001getblogscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/blogs/{blog-id}/articles/count-json name: admin-api-2020-01-blogs-blog-id-articles-count-json description: REST surface for admin-api-2020-01-blogs-blog_id-articles-count.json. operations: - method: GET name: deprecated202001getblogsparamblogidarticlescount description: Shopify Retrieves A Count Of All Articles From A Blog call: shopify-count.deprecated202001getblogsparamblogidarticlescount with: blog_id: rest.blog_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/checkouts/count-json name: admin-api-2020-01-checkouts-count-json description: REST surface for admin-api-2020-01-checkouts-count.json. operations: - method: GET name: deprecated202001getcheckoutscount description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days call: shopify-count.deprecated202001getcheckoutscount with: since_id: rest.since_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/collects/count-json name: admin-api-2020-01-collects-count-json description: REST surface for admin-api-2020-01-collects-count.json. operations: - method: GET name: deprecated202001getcollectscount description: Shopify Retrieves A Count Of Collects call: shopify-count.deprecated202001getcollectscount with: collection_id: rest.collection_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/comments/count-json name: admin-api-2020-01-comments-count-json description: REST surface for admin-api-2020-01-comments-count.json. operations: - method: GET name: deprecated202001getcommentscount description: Shopify Retrieves A Count Of Comments call: shopify-count.deprecated202001getcommentscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status status: rest.status article_id: rest.article_id blog_id: rest.blog_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/countries/count-json name: admin-api-2020-01-countries-count-json description: REST surface for admin-api-2020-01-countries-count.json. operations: - method: GET name: deprecated202001getcountriescount description: Shopify Retrieves A Count Of Countries call: shopify-count.deprecated202001getcountriescount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/countries/{country-id}/provinces/count-json name: admin-api-2020-01-countries-country-id-provinces-count-json description: REST surface for admin-api-2020-01-countries-country_id-provinces-count.json. operations: - method: GET name: deprecated202001getcountriesparamcountryidprovincescount description: Shopify Retrieves A Count Of Provinces For A Country call: shopify-count.deprecated202001getcountriesparamcountryidprovincescount with: country_id: rest.country_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/custom-collections/count-json name: admin-api-2020-01-custom-collections-count-json description: REST surface for admin-api-2020-01-custom_collections-count.json. operations: - method: GET name: deprecated202001getcustomcollectionscount description: Shopify Retrieves A Count Of Custom Collections call: shopify-count.deprecated202001getcustomcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/customer-saved-searches/count-json name: admin-api-2020-01-customer-saved-searches-count-json description: REST surface for admin-api-2020-01-customer_saved_searches-count.json. operations: - method: GET name: deprecated202001getcustomersavedsearchescount description: Shopify Retrieves A Count Of All Customer Saved Searches call: shopify-count.deprecated202001getcustomersavedsearchescount with: since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/customers/count-json name: admin-api-2020-01-customers-count-json description: REST surface for admin-api-2020-01-customers-count.json. operations: - method: GET name: deprecated202001getcustomerscount description: Shopify Retrieves A Count Of All Customers call: shopify-count.deprecated202001getcustomerscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/events/count-json name: admin-api-2020-01-events-count-json description: REST surface for admin-api-2020-01-events-count.json. operations: - method: GET name: deprecated202001geteventscount description: Shopify Retrieves A Count Of Events call: shopify-count.deprecated202001geteventscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/gift-cards/count-json name: admin-api-2020-01-gift-cards-count-json description: REST surface for admin-api-2020-01-gift_cards-count.json. operations: - method: GET name: deprecated202001getgiftcardscount description: Shopify Retrieves A Count Of Gift Cards call: shopify-count.deprecated202001getgiftcardscount with: status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/locations/count-json name: admin-api-2020-01-locations-count-json description: REST surface for admin-api-2020-01-locations-count.json. operations: - method: GET name: deprecated202001getlocationscount description: Shopify Retrieves A Count Of Locations call: shopify-count.deprecated202001getlocationscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/metafields/count-json name: admin-api-2020-01-metafields-count-json description: REST surface for admin-api-2020-01-metafields-count.json. operations: - method: GET name: deprecated202001getmetafieldscount description: Shopify Retrieves A Count Of A Resource's Metafields call: shopify-count.deprecated202001getmetafieldscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/orders/count-json name: admin-api-2020-01-orders-count-json description: REST surface for admin-api-2020-01-orders-count.json. operations: - method: GET name: deprecated202001getorderscount description: Shopify Retrieves An Order Count call: shopify-count.deprecated202001getorderscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status financial_status: rest.financial_status fulfillment_status: rest.fulfillment_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/orders/{order-id}/fulfillments/count-json name: admin-api-2020-01-orders-order-id-fulfillments-count-json description: REST surface for admin-api-2020-01-orders-order_id-fulfillments-count.json. operations: - method: GET name: deprecated202001getordersparamorderidfulfillmentscount description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order call: shopify-count.deprecated202001getordersparamorderidfulfillmentscount with: order_id: rest.order_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/product-listings/count-json name: admin-api-2020-01-product-listings-count-json description: REST surface for admin-api-2020-01-product_listings-count.json. operations: - method: GET name: deprecated202001getproductlistingscount description: Shopify Retrieve A Count Of Products That Are Published To Your App call: shopify-count.deprecated202001getproductlistingscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/products/count-json name: admin-api-2020-01-products-count-json description: REST surface for admin-api-2020-01-products-count.json. operations: - method: GET name: deprecated202001getproductscount description: Shopify Retrieves A Count Of Products call: shopify-count.deprecated202001getproductscount with: vendor: rest.vendor product_type: rest.product_type collection_id: rest.collection_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/products/{product-id}/images/count-json name: admin-api-2020-01-products-product-id-images-count-json description: REST surface for admin-api-2020-01-products-product_id-images-count.json. operations: - method: GET name: deprecated202001getproductsparamproductidimagescount description: Shopify Get A Count Of All Product Images call: shopify-count.deprecated202001getproductsparamproductidimagescount with: product_id: rest.product_id since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/redirects/count-json name: admin-api-2020-01-redirects-count-json description: REST surface for admin-api-2020-01-redirects-count.json. operations: - method: GET name: deprecated202001getredirectscount description: Shopify Retrieves A Count Of Url Redirects call: shopify-count.deprecated202001getredirectscount with: path: rest.path target: rest.target outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/script-tags/count-json name: admin-api-2020-01-script-tags-count-json description: REST surface for admin-api-2020-01-script_tags-count.json. operations: - method: GET name: deprecated202001getscripttagscount description: Shopify Retrieves A Count Of All Script Tags call: shopify-count.deprecated202001getscripttagscount with: src: rest.src outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/smart-collections/count-json name: admin-api-2020-01-smart-collections-count-json description: REST surface for admin-api-2020-01-smart_collections-count.json. operations: - method: GET name: deprecated202001getsmartcollectionscount description: Shopify Retrieves A Count Of Smart Collections call: shopify-count.deprecated202001getsmartcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-01/webhooks/count-json name: admin-api-2020-01-webhooks-count-json description: REST surface for admin-api-2020-01-webhooks-count.json. operations: - method: GET name: deprecated202001getwebhookscount description: Shopify Retrieves A Count Of Existing Webhook Subscriptions call: shopify-count.deprecated202001getwebhookscount with: address: rest.address topic: rest.topic outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/blogs/{blog-id}/articles/count-json name: admin-api-2020-04-blogs-blog-id-articles-count-json description: REST surface for admin-api-2020-04-blogs-blog_id-articles-count.json. operations: - method: GET name: deprecated202004getblogsparamblogidarticlescount description: Shopify Retrieves A Count Of All Articles From A Blog call: shopify-count.deprecated202004getblogsparamblogidarticlescount with: blog_id: rest.blog_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/checkouts/count-json name: admin-api-2020-04-checkouts-count-json description: REST surface for admin-api-2020-04-checkouts-count.json. operations: - method: GET name: deprecated202004getcheckoutscount description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days call: shopify-count.deprecated202004getcheckoutscount with: since_id: rest.since_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/collects/count-json name: admin-api-2020-04-collects-count-json description: REST surface for admin-api-2020-04-collects-count.json. operations: - method: GET name: deprecated202004getcollectscount description: Shopify Retrieves A Count Of Collects call: shopify-count.deprecated202004getcollectscount with: collection_id: rest.collection_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/countries/count-json name: admin-api-2020-04-countries-count-json description: REST surface for admin-api-2020-04-countries-count.json. operations: - method: GET name: deprecated202004getcountriescount description: Shopify Retrieves A Count Of Countries call: shopify-count.deprecated202004getcountriescount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/countries/{country-id}/provinces/count-json name: admin-api-2020-04-countries-country-id-provinces-count-json description: REST surface for admin-api-2020-04-countries-country_id-provinces-count.json. operations: - method: GET name: deprecated202004getcountriesparamcountryidprovincescount description: Shopify Retrieves A Count Of Provinces For A Country call: shopify-count.deprecated202004getcountriesparamcountryidprovincescount with: country_id: rest.country_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/custom-collections/count-json name: admin-api-2020-04-custom-collections-count-json description: REST surface for admin-api-2020-04-custom_collections-count.json. operations: - method: GET name: deprecated202004getcustomcollectionscount description: Shopify Retrieves A Count Of Custom Collections call: shopify-count.deprecated202004getcustomcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/customer-saved-searches/count-json name: admin-api-2020-04-customer-saved-searches-count-json description: REST surface for admin-api-2020-04-customer_saved_searches-count.json. operations: - method: GET name: deprecated202004getcustomersavedsearchescount description: Shopify Retrieves A Count Of All Customer Saved Searches call: shopify-count.deprecated202004getcustomersavedsearchescount with: since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/customers/count-json name: admin-api-2020-04-customers-count-json description: REST surface for admin-api-2020-04-customers-count.json. operations: - method: GET name: deprecated202004getcustomerscount description: Shopify Retrieves A Count Of All Customers call: shopify-count.deprecated202004getcustomerscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/events/count-json name: admin-api-2020-04-events-count-json description: REST surface for admin-api-2020-04-events-count.json. operations: - method: GET name: deprecated202004geteventscount description: Shopify Retrieves A Count Of Events call: shopify-count.deprecated202004geteventscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/gift-cards/count-json name: admin-api-2020-04-gift-cards-count-json description: REST surface for admin-api-2020-04-gift_cards-count.json. operations: - method: GET name: deprecated202004getgiftcardscount description: Shopify Retrieves A Count Of Gift Cards call: shopify-count.deprecated202004getgiftcardscount with: status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/locations/count-json name: admin-api-2020-04-locations-count-json description: REST surface for admin-api-2020-04-locations-count.json. operations: - method: GET name: deprecated202004getlocationscount description: Shopify Retrieves A Count Of Locations call: shopify-count.deprecated202004getlocationscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/metafields/count-json name: admin-api-2020-04-metafields-count-json description: REST surface for admin-api-2020-04-metafields-count.json. operations: - method: GET name: deprecated202004getmetafieldscount description: Shopify Retrieves A Count Of A Resource's Metafields call: shopify-count.deprecated202004getmetafieldscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/orders/count-json name: admin-api-2020-04-orders-count-json description: REST surface for admin-api-2020-04-orders-count.json. operations: - method: GET name: deprecated202004getorderscount description: Shopify Retrieves An Order Count call: shopify-count.deprecated202004getorderscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status financial_status: rest.financial_status fulfillment_status: rest.fulfillment_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/orders/{order-id}/fulfillments/count-json name: admin-api-2020-04-orders-order-id-fulfillments-count-json description: REST surface for admin-api-2020-04-orders-order_id-fulfillments-count.json. operations: - method: GET name: deprecated202004getordersparamorderidfulfillmentscount description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order call: shopify-count.deprecated202004getordersparamorderidfulfillmentscount with: order_id: rest.order_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/product-listings/count-json name: admin-api-2020-04-product-listings-count-json description: REST surface for admin-api-2020-04-product_listings-count.json. operations: - method: GET name: deprecated202004getproductlistingscount description: Shopify Retrieve A Count Of Products That Are Published To Your App call: shopify-count.deprecated202004getproductlistingscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/products/count-json name: admin-api-2020-04-products-count-json description: REST surface for admin-api-2020-04-products-count.json. operations: - method: GET name: deprecated202004getproductscount description: Shopify Retrieves A Count Of Products call: shopify-count.deprecated202004getproductscount with: vendor: rest.vendor product_type: rest.product_type collection_id: rest.collection_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/products/{product-id}/images/count-json name: admin-api-2020-04-products-product-id-images-count-json description: REST surface for admin-api-2020-04-products-product_id-images-count.json. operations: - method: GET name: deprecated202004getproductsparamproductidimagescount description: Shopify Get A Count Of All Product Images call: shopify-count.deprecated202004getproductsparamproductidimagescount with: product_id: rest.product_id since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/redirects/count-json name: admin-api-2020-04-redirects-count-json description: REST surface for admin-api-2020-04-redirects-count.json. operations: - method: GET name: deprecated202004getredirectscount description: Shopify Retrieves A Count Of Url Redirects call: shopify-count.deprecated202004getredirectscount with: path: rest.path target: rest.target outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/script-tags/count-json name: admin-api-2020-04-script-tags-count-json description: REST surface for admin-api-2020-04-script_tags-count.json. operations: - method: GET name: deprecated202004getscripttagscount description: Shopify Retrieves A Count Of All Script Tags call: shopify-count.deprecated202004getscripttagscount with: src: rest.src outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/smart-collections/count-json name: admin-api-2020-04-smart-collections-count-json description: REST surface for admin-api-2020-04-smart_collections-count.json. operations: - method: GET name: deprecated202004getsmartcollectionscount description: Shopify Retrieves A Count Of Smart Collections call: shopify-count.deprecated202004getsmartcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-04/webhooks/count-json name: admin-api-2020-04-webhooks-count-json description: REST surface for admin-api-2020-04-webhooks-count.json. operations: - method: GET name: deprecated202004getwebhookscount description: Shopify Retrieves A Count Of Existing Webhook Subscriptions call: shopify-count.deprecated202004getwebhookscount with: address: rest.address topic: rest.topic outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/blogs/{blog-id}/articles/count-json name: admin-api-2020-07-blogs-blog-id-articles-count-json description: REST surface for admin-api-2020-07-blogs-blog_id-articles-count.json. operations: - method: GET name: deprecated202007getblogsparamblogidarticlescount description: Shopify Retrieves A Count Of All Articles From A Blog call: shopify-count.deprecated202007getblogsparamblogidarticlescount with: blog_id: rest.blog_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/checkouts/count-json name: admin-api-2020-07-checkouts-count-json description: REST surface for admin-api-2020-07-checkouts-count.json. operations: - method: GET name: deprecated202007getcheckoutscount description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days call: shopify-count.deprecated202007getcheckoutscount with: since_id: rest.since_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/collects/count-json name: admin-api-2020-07-collects-count-json description: REST surface for admin-api-2020-07-collects-count.json. operations: - method: GET name: deprecated202007getcollectscount description: Shopify Retrieves A Count Of Collects call: shopify-count.deprecated202007getcollectscount with: collection_id: rest.collection_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/countries/count-json name: admin-api-2020-07-countries-count-json description: REST surface for admin-api-2020-07-countries-count.json. operations: - method: GET name: deprecated202007getcountriescount description: Shopify Retrieves A Count Of Countries call: shopify-count.deprecated202007getcountriescount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/countries/{country-id}/provinces/count-json name: admin-api-2020-07-countries-country-id-provinces-count-json description: REST surface for admin-api-2020-07-countries-country_id-provinces-count.json. operations: - method: GET name: deprecated202007getcountriesparamcountryidprovincescount description: Shopify Retrieves A Count Of Provinces For A Country call: shopify-count.deprecated202007getcountriesparamcountryidprovincescount with: country_id: rest.country_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/custom-collections/count-json name: admin-api-2020-07-custom-collections-count-json description: REST surface for admin-api-2020-07-custom_collections-count.json. operations: - method: GET name: deprecated202007getcustomcollectionscount description: Shopify Retrieves A Count Of Custom Collections call: shopify-count.deprecated202007getcustomcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/customer-saved-searches/count-json name: admin-api-2020-07-customer-saved-searches-count-json description: REST surface for admin-api-2020-07-customer_saved_searches-count.json. operations: - method: GET name: deprecated202007getcustomersavedsearchescount description: Shopify Retrieves A Count Of All Customer Saved Searches call: shopify-count.deprecated202007getcustomersavedsearchescount with: since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/customers/count-json name: admin-api-2020-07-customers-count-json description: REST surface for admin-api-2020-07-customers-count.json. operations: - method: GET name: deprecated202007getcustomerscount description: Shopify Retrieves A Count Of All Customers call: shopify-count.deprecated202007getcustomerscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/events/count-json name: admin-api-2020-07-events-count-json description: REST surface for admin-api-2020-07-events-count.json. operations: - method: GET name: deprecated202007geteventscount description: Shopify Retrieves A Count Of Events call: shopify-count.deprecated202007geteventscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/gift-cards/count-json name: admin-api-2020-07-gift-cards-count-json description: REST surface for admin-api-2020-07-gift_cards-count.json. operations: - method: GET name: deprecated202007getgiftcardscount description: Shopify Retrieves A Count Of Gift Cards call: shopify-count.deprecated202007getgiftcardscount with: status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/locations/count-json name: admin-api-2020-07-locations-count-json description: REST surface for admin-api-2020-07-locations-count.json. operations: - method: GET name: deprecated202007getlocationscount description: Shopify Retrieves A Count Of Locations call: shopify-count.deprecated202007getlocationscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/metafields/count-json name: admin-api-2020-07-metafields-count-json description: REST surface for admin-api-2020-07-metafields-count.json. operations: - method: GET name: deprecated202007getmetafieldscount description: Shopify Retrieves A Count Of A Resource's Metafields call: shopify-count.deprecated202007getmetafieldscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/orders/{order-id}/fulfillments/count-json name: admin-api-2020-07-orders-order-id-fulfillments-count-json description: REST surface for admin-api-2020-07-orders-order_id-fulfillments-count.json. operations: - method: GET name: deprecated202007getordersparamorderidfulfillmentscount description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order call: shopify-count.deprecated202007getordersparamorderidfulfillmentscount with: order_id: rest.order_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/product-listings/count-json name: admin-api-2020-07-product-listings-count-json description: REST surface for admin-api-2020-07-product_listings-count.json. operations: - method: GET name: deprecated202007getproductlistingscount description: Shopify Retrieve A Count Of Products That Are Published To Your App call: shopify-count.deprecated202007getproductlistingscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/products/count-json name: admin-api-2020-07-products-count-json description: REST surface for admin-api-2020-07-products-count.json. operations: - method: GET name: deprecated202007getproductscount description: Shopify Retrieves A Count Of Products call: shopify-count.deprecated202007getproductscount with: vendor: rest.vendor product_type: rest.product_type collection_id: rest.collection_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/products/{product-id}/images/count-json name: admin-api-2020-07-products-product-id-images-count-json description: REST surface for admin-api-2020-07-products-product_id-images-count.json. operations: - method: GET name: deprecated202007getproductsparamproductidimagescount description: Shopify Get A Count Of All Product Images call: shopify-count.deprecated202007getproductsparamproductidimagescount with: product_id: rest.product_id since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/redirects/count-json name: admin-api-2020-07-redirects-count-json description: REST surface for admin-api-2020-07-redirects-count.json. operations: - method: GET name: deprecated202007getredirectscount description: Shopify Retrieves A Count Of Url Redirects call: shopify-count.deprecated202007getredirectscount with: path: rest.path target: rest.target outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/script-tags/count-json name: admin-api-2020-07-script-tags-count-json description: REST surface for admin-api-2020-07-script_tags-count.json. operations: - method: GET name: deprecated202007getscripttagscount description: Shopify Retrieves A Count Of All Script Tags call: shopify-count.deprecated202007getscripttagscount with: src: rest.src outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/smart-collections/count-json name: admin-api-2020-07-smart-collections-count-json description: REST surface for admin-api-2020-07-smart_collections-count.json. operations: - method: GET name: deprecated202007getsmartcollectionscount description: Shopify Retrieves A Count Of Smart Collections call: shopify-count.deprecated202007getsmartcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-07/webhooks/count-json name: admin-api-2020-07-webhooks-count-json description: REST surface for admin-api-2020-07-webhooks-count.json. operations: - method: GET name: deprecated202007getwebhookscount description: Shopify Retrieves A Count Of Existing Webhook Subscriptions call: shopify-count.deprecated202007getwebhookscount with: address: rest.address topic: rest.topic outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/blogs/{blog-id}/articles/count-json name: admin-api-2020-10-blogs-blog-id-articles-count-json description: REST surface for admin-api-2020-10-blogs-blog_id-articles-count.json. operations: - method: GET name: getblogsparamblogidarticlescount description: Shopify Retrieves A Count Of All Articles From A Blog call: shopify-count.getblogsparamblogidarticlescount with: blog_id: rest.blog_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/checkouts/count-json name: admin-api-2020-10-checkouts-count-json description: REST surface for admin-api-2020-10-checkouts-count.json. operations: - method: GET name: getcheckoutscount description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days call: shopify-count.getcheckoutscount with: since_id: rest.since_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/collects/count-json name: admin-api-2020-10-collects-count-json description: REST surface for admin-api-2020-10-collects-count.json. operations: - method: GET name: getcollectscount description: Shopify Retrieves A Count Of Collects call: shopify-count.getcollectscount with: collection_id: rest.collection_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/countries/count-json name: admin-api-2020-10-countries-count-json description: REST surface for admin-api-2020-10-countries-count.json. operations: - method: GET name: getcountriescount description: Shopify Retrieves A Count Of Countries call: shopify-count.getcountriescount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/countries/{country-id}/provinces/count-json name: admin-api-2020-10-countries-country-id-provinces-count-json description: REST surface for admin-api-2020-10-countries-country_id-provinces-count.json. operations: - method: GET name: getcountriesparamcountryidprovincescount description: Shopify Retrieves A Count Of Provinces For A Country call: shopify-count.getcountriesparamcountryidprovincescount with: country_id: rest.country_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/custom-collections/count-json name: admin-api-2020-10-custom-collections-count-json description: REST surface for admin-api-2020-10-custom_collections-count.json. operations: - method: GET name: getcustomcollectionscount description: Shopify Retrieves A Count Of Custom Collections call: shopify-count.getcustomcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/customer-saved-searches/count-json name: admin-api-2020-10-customer-saved-searches-count-json description: REST surface for admin-api-2020-10-customer_saved_searches-count.json. operations: - method: GET name: getcustomersavedsearchescount description: Shopify Retrieves A Count Of All Customer Saved Searches call: shopify-count.getcustomersavedsearchescount with: since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/customers/count-json name: admin-api-2020-10-customers-count-json description: REST surface for admin-api-2020-10-customers-count.json. operations: - method: GET name: getcustomerscount description: Shopify Retrieves A Count Of All Customers call: shopify-count.getcustomerscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/events/count-json name: admin-api-2020-10-events-count-json description: REST surface for admin-api-2020-10-events-count.json. operations: - method: GET name: geteventscount description: Shopify Retrieves A Count Of Events call: shopify-count.geteventscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/gift-cards/count-json name: admin-api-2020-10-gift-cards-count-json description: REST surface for admin-api-2020-10-gift_cards-count.json. operations: - method: GET name: getgiftcardscount description: Shopify Retrieves A Count Of Gift Cards call: shopify-count.getgiftcardscount with: status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/locations/count-json name: admin-api-2020-10-locations-count-json description: REST surface for admin-api-2020-10-locations-count.json. operations: - method: GET name: getlocationscount description: Shopify Retrieves A Count Of Locations call: shopify-count.getlocationscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/metafields/count-json name: admin-api-2020-10-metafields-count-json description: REST surface for admin-api-2020-10-metafields-count.json. operations: - method: GET name: getmetafieldscount description: Shopify Retrieves A Count Of A Resource's Metafields call: shopify-count.getmetafieldscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/orders/{order-id}/fulfillments/count-json name: admin-api-2020-10-orders-order-id-fulfillments-count-json description: REST surface for admin-api-2020-10-orders-order_id-fulfillments-count.json. operations: - method: GET name: getordersparamorderidfulfillmentscount description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order call: shopify-count.getordersparamorderidfulfillmentscount with: order_id: rest.order_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/products/count-json name: admin-api-2020-10-products-count-json description: REST surface for admin-api-2020-10-products-count.json. operations: - method: GET name: getproductscount description: Shopify Retrieves A Count Of Products call: shopify-count.getproductscount with: vendor: rest.vendor product_type: rest.product_type collection_id: rest.collection_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/products/{product-id}/images/count-json name: admin-api-2020-10-products-product-id-images-count-json description: REST surface for admin-api-2020-10-products-product_id-images-count.json. operations: - method: GET name: getproductsparamproductidimagescount description: Shopify Get A Count Of All Product Images call: shopify-count.getproductsparamproductidimagescount with: product_id: rest.product_id since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/redirects/count-json name: admin-api-2020-10-redirects-count-json description: REST surface for admin-api-2020-10-redirects-count.json. operations: - method: GET name: getredirectscount description: Shopify Retrieves A Count Of Url Redirects call: shopify-count.getredirectscount with: path: rest.path target: rest.target outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/script-tags/count-json name: admin-api-2020-10-script-tags-count-json description: REST surface for admin-api-2020-10-script_tags-count.json. operations: - method: GET name: getscripttagscount description: Shopify Retrieves A Count Of All Script Tags call: shopify-count.getscripttagscount with: src: rest.src outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/smart-collections/count-json name: admin-api-2020-10-smart-collections-count-json description: REST surface for admin-api-2020-10-smart_collections-count.json. operations: - method: GET name: getsmartcollectionscount description: Shopify Retrieves A Count Of Smart Collections call: shopify-count.getsmartcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2020-10/webhooks/count-json name: admin-api-2020-10-webhooks-count-json description: REST surface for admin-api-2020-10-webhooks-count.json. operations: - method: GET name: getwebhookscount description: Shopify Retrieves A Count Of Existing Webhook Subscriptions call: shopify-count.getwebhookscount with: address: rest.address topic: rest.topic outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/blogs/{blog-id}/articles/count-json name: admin-api-2021-01-blogs-blog-id-articles-count-json description: REST surface for admin-api-2021-01-blogs-blog_id-articles-count.json. operations: - method: GET name: deprecated202101getblogsparamblogidarticlescount description: Shopify Retrieves A Count Of All Articles From A Blog call: shopify-count.deprecated202101getblogsparamblogidarticlescount with: blog_id: rest.blog_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/checkouts/count-json name: admin-api-2021-01-checkouts-count-json description: REST surface for admin-api-2021-01-checkouts-count.json. operations: - method: GET name: deprecated202101getcheckoutscount description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days call: shopify-count.deprecated202101getcheckoutscount with: since_id: rest.since_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/collects/count-json name: admin-api-2021-01-collects-count-json description: REST surface for admin-api-2021-01-collects-count.json. operations: - method: GET name: deprecated202101getcollectscount description: Shopify Retrieves A Count Of Collects call: shopify-count.deprecated202101getcollectscount with: collection_id: rest.collection_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/countries/count-json name: admin-api-2021-01-countries-count-json description: REST surface for admin-api-2021-01-countries-count.json. operations: - method: GET name: deprecated202101getcountriescount description: Shopify Retrieves A Count Of Countries call: shopify-count.deprecated202101getcountriescount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/countries/{country-id}/provinces/count-json name: admin-api-2021-01-countries-country-id-provinces-count-json description: REST surface for admin-api-2021-01-countries-country_id-provinces-count.json. operations: - method: GET name: deprecated202101getcountriesparamcountryidprovincescount description: Shopify Retrieves A Count Of Provinces For A Country call: shopify-count.deprecated202101getcountriesparamcountryidprovincescount with: country_id: rest.country_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/custom-collections/count-json name: admin-api-2021-01-custom-collections-count-json description: REST surface for admin-api-2021-01-custom_collections-count.json. operations: - method: GET name: deprecated202101getcustomcollectionscount description: Shopify Retrieves A Count Of Custom Collections call: shopify-count.deprecated202101getcustomcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/customer-saved-searches/count-json name: admin-api-2021-01-customer-saved-searches-count-json description: REST surface for admin-api-2021-01-customer_saved_searches-count.json. operations: - method: GET name: deprecated202101getcustomersavedsearchescount description: Shopify Retrieves A Count Of All Customer Saved Searches call: shopify-count.deprecated202101getcustomersavedsearchescount with: since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/customers/count-json name: admin-api-2021-01-customers-count-json description: REST surface for admin-api-2021-01-customers-count.json. operations: - method: GET name: deprecated202101getcustomerscount description: Shopify Retrieves A Count Of All Customers call: shopify-count.deprecated202101getcustomerscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/events/count-json name: admin-api-2021-01-events-count-json description: REST surface for admin-api-2021-01-events-count.json. operations: - method: GET name: deprecated202101geteventscount description: Shopify Retrieves A Count Of Events call: shopify-count.deprecated202101geteventscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/gift-cards/count-json name: admin-api-2021-01-gift-cards-count-json description: REST surface for admin-api-2021-01-gift_cards-count.json. operations: - method: GET name: deprecated202101getgiftcardscount description: Shopify Retrieves A Count Of Gift Cards call: shopify-count.deprecated202101getgiftcardscount with: status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/locations/count-json name: admin-api-2021-01-locations-count-json description: REST surface for admin-api-2021-01-locations-count.json. operations: - method: GET name: deprecated202101getlocationscount description: Shopify Retrieves A Count Of Locations call: shopify-count.deprecated202101getlocationscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/metafields/count-json name: admin-api-2021-01-metafields-count-json description: REST surface for admin-api-2021-01-metafields-count.json. operations: - method: GET name: deprecated202101getmetafieldscount description: Shopify Retrieves A Count Of A Resource's Metafields call: shopify-count.deprecated202101getmetafieldscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/orders/{order-id}/fulfillments/count-json name: admin-api-2021-01-orders-order-id-fulfillments-count-json description: REST surface for admin-api-2021-01-orders-order_id-fulfillments-count.json. operations: - method: GET name: deprecated202101getordersparamorderidfulfillmentscount description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order call: shopify-count.deprecated202101getordersparamorderidfulfillmentscount with: order_id: rest.order_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/products/count-json name: admin-api-2021-01-products-count-json description: REST surface for admin-api-2021-01-products-count.json. operations: - method: GET name: deprecated202101getproductscount description: Shopify Retrieves A Count Of Products call: shopify-count.deprecated202101getproductscount with: vendor: rest.vendor product_type: rest.product_type collection_id: rest.collection_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/products/{product-id}/images/count-json name: admin-api-2021-01-products-product-id-images-count-json description: REST surface for admin-api-2021-01-products-product_id-images-count.json. operations: - method: GET name: deprecated202101getproductsparamproductidimagescount description: Shopify Get A Count Of All Product Images call: shopify-count.deprecated202101getproductsparamproductidimagescount with: product_id: rest.product_id since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/redirects/count-json name: admin-api-2021-01-redirects-count-json description: REST surface for admin-api-2021-01-redirects-count.json. operations: - method: GET name: deprecated202101getredirectscount description: Shopify Retrieves A Count Of Url Redirects call: shopify-count.deprecated202101getredirectscount with: path: rest.path target: rest.target outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/script-tags/count-json name: admin-api-2021-01-script-tags-count-json description: REST surface for admin-api-2021-01-script_tags-count.json. operations: - method: GET name: deprecated202101getscripttagscount description: Shopify Retrieves A Count Of All Script Tags call: shopify-count.deprecated202101getscripttagscount with: src: rest.src outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/smart-collections/count-json name: admin-api-2021-01-smart-collections-count-json description: REST surface for admin-api-2021-01-smart_collections-count.json. operations: - method: GET name: deprecated202101getsmartcollectionscount description: Shopify Retrieves A Count Of Smart Collections call: shopify-count.deprecated202101getsmartcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/2021-01/webhooks/count-json name: admin-api-2021-01-webhooks-count-json description: REST surface for admin-api-2021-01-webhooks-count.json. operations: - method: GET name: deprecated202101getwebhookscount description: Shopify Retrieves A Count Of Existing Webhook Subscriptions call: shopify-count.deprecated202101getwebhookscount with: address: rest.address topic: rest.topic outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/blogs/{blog-id}/articles/count-json name: admin-api-unstable-blogs-blog-id-articles-count-json description: REST surface for admin-api-unstable-blogs-blog_id-articles-count.json. operations: - method: GET name: deprecatedunstablegetblogsparamblogidarticlescount description: Shopify Retrieves A Count Of All Articles From A Blog call: shopify-count.deprecatedunstablegetblogsparamblogidarticlescount with: blog_id: rest.blog_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/checkouts/count-json name: admin-api-unstable-checkouts-count-json description: REST surface for admin-api-unstable-checkouts-count.json. operations: - method: GET name: deprecatedunstablegetcheckoutscount description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days call: shopify-count.deprecatedunstablegetcheckoutscount with: since_id: rest.since_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/collects/count-json name: admin-api-unstable-collects-count-json description: REST surface for admin-api-unstable-collects-count.json. operations: - method: GET name: deprecatedunstablegetcollectscount description: Shopify Retrieves A Count Of Collects call: shopify-count.deprecatedunstablegetcollectscount with: collection_id: rest.collection_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/countries/count-json name: admin-api-unstable-countries-count-json description: REST surface for admin-api-unstable-countries-count.json. operations: - method: GET name: deprecatedunstablegetcountriescount description: Shopify Retrieves A Count Of Countries call: shopify-count.deprecatedunstablegetcountriescount outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/countries/{country-id}/provinces/count-json name: admin-api-unstable-countries-country-id-provinces-count-json description: REST surface for admin-api-unstable-countries-country_id-provinces-count.json. operations: - method: GET name: deprecatedunstablegetcountriesparamcountryidprovincescount description: Shopify Retrieves A Count Of Provinces For A Country call: shopify-count.deprecatedunstablegetcountriesparamcountryidprovincescount with: country_id: rest.country_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/custom-collections/count-json name: admin-api-unstable-custom-collections-count-json description: REST surface for admin-api-unstable-custom_collections-count.json. operations: - method: GET name: deprecatedunstablegetcustomcollectionscount description: Shopify Retrieves A Count Of Custom Collections call: shopify-count.deprecatedunstablegetcustomcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/customer-saved-searches/count-json name: admin-api-unstable-customer-saved-searches-count-json description: REST surface for admin-api-unstable-customer_saved_searches-count.json. operations: - method: GET name: deprecatedunstablegetcustomersavedsearchescount description: Shopify Retrieves A Count Of All Customer Saved Searches call: shopify-count.deprecatedunstablegetcustomersavedsearchescount with: since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/customers/count-json name: admin-api-unstable-customers-count-json description: REST surface for admin-api-unstable-customers-count.json. operations: - method: GET name: deprecatedunstablegetcustomerscount description: Shopify Retrieves A Count Of All Customers call: shopify-count.deprecatedunstablegetcustomerscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/events/count-json name: admin-api-unstable-events-count-json description: REST surface for admin-api-unstable-events-count.json. operations: - method: GET name: deprecatedunstablegeteventscount description: Shopify Retrieves A Count Of Events call: shopify-count.deprecatedunstablegeteventscount with: created_at_min: rest.created_at_min created_at_max: rest.created_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/gift-cards/count-json name: admin-api-unstable-gift-cards-count-json description: REST surface for admin-api-unstable-gift_cards-count.json. operations: - method: GET name: deprecatedunstablegetgiftcardscount description: Shopify Retrieves A Count Of Gift Cards call: shopify-count.deprecatedunstablegetgiftcardscount with: status: rest.status outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/locations/count-json name: admin-api-unstable-locations-count-json description: REST surface for admin-api-unstable-locations-count.json. operations: - method: GET name: deprecatedunstablegetlocationscount description: Shopify Retrieves A Count Of Locations call: shopify-count.deprecatedunstablegetlocationscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/metafields/count-json name: admin-api-unstable-metafields-count-json description: REST surface for admin-api-unstable-metafields-count.json. operations: - method: GET name: deprecatedunstablegetmetafieldscount description: Shopify Retrieves A Count Of A Resource's Metafields call: shopify-count.deprecatedunstablegetmetafieldscount outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/orders/{order-id}/fulfillments/count-json name: admin-api-unstable-orders-order-id-fulfillments-count-json description: REST surface for admin-api-unstable-orders-order_id-fulfillments-count.json. operations: - method: GET name: deprecatedunstablegetordersparamorderidfulfillmentscount description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order call: shopify-count.deprecatedunstablegetordersparamorderidfulfillmentscount with: order_id: rest.order_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/products/count-json name: admin-api-unstable-products-count-json description: REST surface for admin-api-unstable-products-count.json. operations: - method: GET name: deprecatedunstablegetproductscount description: Shopify Retrieves A Count Of Products call: shopify-count.deprecatedunstablegetproductscount with: vendor: rest.vendor product_type: rest.product_type collection_id: rest.collection_id created_at_min: rest.created_at_min created_at_max: rest.created_at_max updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/products/{product-id}/images/count-json name: admin-api-unstable-products-product-id-images-count-json description: REST surface for admin-api-unstable-products-product_id-images-count.json. operations: - method: GET name: deprecatedunstablegetproductsparamproductidimagescount description: Shopify Get A Count Of All Product Images call: shopify-count.deprecatedunstablegetproductsparamproductidimagescount with: product_id: rest.product_id since_id: rest.since_id outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/redirects/count-json name: admin-api-unstable-redirects-count-json description: REST surface for admin-api-unstable-redirects-count.json. operations: - method: GET name: deprecatedunstablegetredirectscount description: Shopify Retrieves A Count Of Url Redirects call: shopify-count.deprecatedunstablegetredirectscount with: path: rest.path target: rest.target outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/script-tags/count-json name: admin-api-unstable-script-tags-count-json description: REST surface for admin-api-unstable-script_tags-count.json. operations: - method: GET name: deprecatedunstablegetscripttagscount description: Shopify Retrieves A Count Of All Script Tags call: shopify-count.deprecatedunstablegetscripttagscount with: src: rest.src outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/smart-collections/count-json name: admin-api-unstable-smart-collections-count-json description: REST surface for admin-api-unstable-smart_collections-count.json. operations: - method: GET name: deprecatedunstablegetsmartcollectionscount description: Shopify Retrieves A Count Of Smart Collections call: shopify-count.deprecatedunstablegetsmartcollectionscount with: title: rest.title product_id: rest.product_id updated_at_min: rest.updated_at_min updated_at_max: rest.updated_at_max published_at_min: rest.published_at_min published_at_max: rest.published_at_max published_status: rest.published_status outputParameters: - type: object mapping: $. - path: /v1/admin/api/unstable/webhooks/count-json name: admin-api-unstable-webhooks-count-json description: REST surface for admin-api-unstable-webhooks-count.json. operations: - method: GET name: deprecatedunstablegetwebhookscount description: Shopify Retrieves A Count Of Existing Webhook Subscriptions call: shopify-count.deprecatedunstablegetwebhookscount with: address: rest.address topic: rest.topic outputParameters: - type: object mapping: $. - type: mcp namespace: shopify-count-mcp port: 9090 transport: http description: MCP adapter for Shopify API — Count. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: shopify-get-count-all-blogs description: Shopify Get A Count Of All Blogs hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getblogscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-articles description: Shopify Retrieves A Count Of All Articles From A Blog hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getblogsparamblogidarticlescount with: blog_id: tools.blog_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-checkouts-past description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcheckoutscount with: since_id: tools.since_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-collects description: Shopify Retrieves A Count Of Collects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcollectscount with: collection_id: tools.collection_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-comments description: Shopify Retrieves A Count Of Comments hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcommentscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status status: tools.status article_id: tools.article_id blog_id: tools.blog_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-countries description: Shopify Retrieves A Count Of Countries hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcountriescount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-provinces-country description: Shopify Retrieves A Count Of Provinces For A Country hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcountriesparamcountryidprovincescount with: country_id: tools.country_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-custom-collections description: Shopify Retrieves A Count Of Custom Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcustomcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customer description: Shopify Retrieves A Count Of All Customer Saved Searches hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcustomersavedsearchescount with: since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customers description: Shopify Retrieves A Count Of All Customers hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getcustomerscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-events description: Shopify Retrieves A Count Of Events hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001geteventscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-gift-cards description: Shopify Retrieves A Count Of Gift Cards hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getgiftcardscount with: status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-locations description: Shopify Retrieves A Count Of Locations hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getlocationscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-resource-s-metafields description: Shopify Retrieves A Count Of A Resource's Metafields hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getmetafieldscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-order-count description: Shopify Retrieves An Order Count hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getorderscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status financial_status: tools.financial_status fulfillment_status: tools.fulfillment_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-fulfillments-associated description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getordersparamorderidfulfillmentscount with: order_id: tools.order_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieve-count-products-that description: Shopify Retrieve A Count Of Products That Are Published To Your App hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getproductlistingscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-products description: Shopify Retrieves A Count Of Products hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getproductscount with: vendor: tools.vendor product_type: tools.product_type collection_id: tools.collection_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-get-count-all-product description: Shopify Get A Count Of All Product Images hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getproductsparamproductidimagescount with: product_id: tools.product_id since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-url-redirects description: Shopify Retrieves A Count Of Url Redirects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getredirectscount with: path: tools.path target: tools.target outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-script description: Shopify Retrieves A Count Of All Script Tags hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getscripttagscount with: src: tools.src outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-smart-collections description: Shopify Retrieves A Count Of Smart Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getsmartcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-existing-webhook description: Shopify Retrieves A Count Of Existing Webhook Subscriptions hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202001getwebhookscount with: address: tools.address topic: tools.topic outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-articles-2 description: Shopify Retrieves A Count Of All Articles From A Blog hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getblogsparamblogidarticlescount with: blog_id: tools.blog_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-checkouts-past-2 description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getcheckoutscount with: since_id: tools.since_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-collects-2 description: Shopify Retrieves A Count Of Collects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getcollectscount with: collection_id: tools.collection_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-countries-2 description: Shopify Retrieves A Count Of Countries hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getcountriescount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-provinces-country-2 description: Shopify Retrieves A Count Of Provinces For A Country hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getcountriesparamcountryidprovincescount with: country_id: tools.country_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-custom-collections-2 description: Shopify Retrieves A Count Of Custom Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getcustomcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customer-2 description: Shopify Retrieves A Count Of All Customer Saved Searches hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getcustomersavedsearchescount with: since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customers-2 description: Shopify Retrieves A Count Of All Customers hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getcustomerscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-events-2 description: Shopify Retrieves A Count Of Events hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004geteventscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-gift-cards-2 description: Shopify Retrieves A Count Of Gift Cards hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getgiftcardscount with: status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-locations-2 description: Shopify Retrieves A Count Of Locations hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getlocationscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-resource-s-metafields-2 description: Shopify Retrieves A Count Of A Resource's Metafields hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getmetafieldscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-order-count-2 description: Shopify Retrieves An Order Count hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getorderscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status financial_status: tools.financial_status fulfillment_status: tools.fulfillment_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-fulfillments-associated-2 description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getordersparamorderidfulfillmentscount with: order_id: tools.order_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieve-count-products-that-2 description: Shopify Retrieve A Count Of Products That Are Published To Your App hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getproductlistingscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-products-2 description: Shopify Retrieves A Count Of Products hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getproductscount with: vendor: tools.vendor product_type: tools.product_type collection_id: tools.collection_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-get-count-all-product-2 description: Shopify Get A Count Of All Product Images hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getproductsparamproductidimagescount with: product_id: tools.product_id since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-url-redirects-2 description: Shopify Retrieves A Count Of Url Redirects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getredirectscount with: path: tools.path target: tools.target outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-script-2 description: Shopify Retrieves A Count Of All Script Tags hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getscripttagscount with: src: tools.src outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-smart-collections-2 description: Shopify Retrieves A Count Of Smart Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getsmartcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-existing-webhook-2 description: Shopify Retrieves A Count Of Existing Webhook Subscriptions hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202004getwebhookscount with: address: tools.address topic: tools.topic outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-articles-3 description: Shopify Retrieves A Count Of All Articles From A Blog hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getblogsparamblogidarticlescount with: blog_id: tools.blog_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-checkouts-past-3 description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getcheckoutscount with: since_id: tools.since_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-collects-3 description: Shopify Retrieves A Count Of Collects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getcollectscount with: collection_id: tools.collection_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-countries-3 description: Shopify Retrieves A Count Of Countries hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getcountriescount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-provinces-country-3 description: Shopify Retrieves A Count Of Provinces For A Country hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getcountriesparamcountryidprovincescount with: country_id: tools.country_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-custom-collections-3 description: Shopify Retrieves A Count Of Custom Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getcustomcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customer-3 description: Shopify Retrieves A Count Of All Customer Saved Searches hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getcustomersavedsearchescount with: since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customers-3 description: Shopify Retrieves A Count Of All Customers hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getcustomerscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-events-3 description: Shopify Retrieves A Count Of Events hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007geteventscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-gift-cards-3 description: Shopify Retrieves A Count Of Gift Cards hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getgiftcardscount with: status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-locations-3 description: Shopify Retrieves A Count Of Locations hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getlocationscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-resource-s-metafields-3 description: Shopify Retrieves A Count Of A Resource's Metafields hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getmetafieldscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-fulfillments-associated-3 description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getordersparamorderidfulfillmentscount with: order_id: tools.order_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieve-count-products-that-3 description: Shopify Retrieve A Count Of Products That Are Published To Your App hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getproductlistingscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-products-3 description: Shopify Retrieves A Count Of Products hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getproductscount with: vendor: tools.vendor product_type: tools.product_type collection_id: tools.collection_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-get-count-all-product-3 description: Shopify Get A Count Of All Product Images hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getproductsparamproductidimagescount with: product_id: tools.product_id since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-url-redirects-3 description: Shopify Retrieves A Count Of Url Redirects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getredirectscount with: path: tools.path target: tools.target outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-script-3 description: Shopify Retrieves A Count Of All Script Tags hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getscripttagscount with: src: tools.src outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-smart-collections-3 description: Shopify Retrieves A Count Of Smart Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getsmartcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-existing-webhook-3 description: Shopify Retrieves A Count Of Existing Webhook Subscriptions hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202007getwebhookscount with: address: tools.address topic: tools.topic outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-articles-4 description: Shopify Retrieves A Count Of All Articles From A Blog hints: readOnly: true destructive: false idempotent: true call: shopify-count.getblogsparamblogidarticlescount with: blog_id: tools.blog_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-checkouts-past-4 description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days hints: readOnly: true destructive: false idempotent: true call: shopify-count.getcheckoutscount with: since_id: tools.since_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-collects-4 description: Shopify Retrieves A Count Of Collects hints: readOnly: true destructive: false idempotent: true call: shopify-count.getcollectscount with: collection_id: tools.collection_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-countries-4 description: Shopify Retrieves A Count Of Countries hints: readOnly: true destructive: false idempotent: true call: shopify-count.getcountriescount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-provinces-country-4 description: Shopify Retrieves A Count Of Provinces For A Country hints: readOnly: true destructive: false idempotent: true call: shopify-count.getcountriesparamcountryidprovincescount with: country_id: tools.country_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-custom-collections-4 description: Shopify Retrieves A Count Of Custom Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.getcustomcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customer-4 description: Shopify Retrieves A Count Of All Customer Saved Searches hints: readOnly: true destructive: false idempotent: true call: shopify-count.getcustomersavedsearchescount with: since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customers-4 description: Shopify Retrieves A Count Of All Customers hints: readOnly: true destructive: false idempotent: true call: shopify-count.getcustomerscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-events-4 description: Shopify Retrieves A Count Of Events hints: readOnly: true destructive: false idempotent: true call: shopify-count.geteventscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-gift-cards-4 description: Shopify Retrieves A Count Of Gift Cards hints: readOnly: true destructive: false idempotent: true call: shopify-count.getgiftcardscount with: status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-locations-4 description: Shopify Retrieves A Count Of Locations hints: readOnly: true destructive: false idempotent: true call: shopify-count.getlocationscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-resource-s-metafields-4 description: Shopify Retrieves A Count Of A Resource's Metafields hints: readOnly: true destructive: false idempotent: true call: shopify-count.getmetafieldscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-fulfillments-associated-4 description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order hints: readOnly: true destructive: false idempotent: true call: shopify-count.getordersparamorderidfulfillmentscount with: order_id: tools.order_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-products-4 description: Shopify Retrieves A Count Of Products hints: readOnly: true destructive: false idempotent: true call: shopify-count.getproductscount with: vendor: tools.vendor product_type: tools.product_type collection_id: tools.collection_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-get-count-all-product-4 description: Shopify Get A Count Of All Product Images hints: readOnly: true destructive: false idempotent: true call: shopify-count.getproductsparamproductidimagescount with: product_id: tools.product_id since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-url-redirects-4 description: Shopify Retrieves A Count Of Url Redirects hints: readOnly: true destructive: false idempotent: true call: shopify-count.getredirectscount with: path: tools.path target: tools.target outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-script-4 description: Shopify Retrieves A Count Of All Script Tags hints: readOnly: true destructive: false idempotent: true call: shopify-count.getscripttagscount with: src: tools.src outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-smart-collections-4 description: Shopify Retrieves A Count Of Smart Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.getsmartcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-existing-webhook-4 description: Shopify Retrieves A Count Of Existing Webhook Subscriptions hints: readOnly: true destructive: false idempotent: true call: shopify-count.getwebhookscount with: address: tools.address topic: tools.topic outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-articles-5 description: Shopify Retrieves A Count Of All Articles From A Blog hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getblogsparamblogidarticlescount with: blog_id: tools.blog_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-checkouts-past-5 description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getcheckoutscount with: since_id: tools.since_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-collects-5 description: Shopify Retrieves A Count Of Collects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getcollectscount with: collection_id: tools.collection_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-countries-5 description: Shopify Retrieves A Count Of Countries hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getcountriescount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-provinces-country-5 description: Shopify Retrieves A Count Of Provinces For A Country hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getcountriesparamcountryidprovincescount with: country_id: tools.country_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-custom-collections-5 description: Shopify Retrieves A Count Of Custom Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getcustomcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customer-5 description: Shopify Retrieves A Count Of All Customer Saved Searches hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getcustomersavedsearchescount with: since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customers-5 description: Shopify Retrieves A Count Of All Customers hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getcustomerscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-events-5 description: Shopify Retrieves A Count Of Events hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101geteventscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-gift-cards-5 description: Shopify Retrieves A Count Of Gift Cards hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getgiftcardscount with: status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-locations-5 description: Shopify Retrieves A Count Of Locations hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getlocationscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-resource-s-metafields-5 description: Shopify Retrieves A Count Of A Resource's Metafields hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getmetafieldscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-fulfillments-associated-5 description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getordersparamorderidfulfillmentscount with: order_id: tools.order_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-products-5 description: Shopify Retrieves A Count Of Products hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getproductscount with: vendor: tools.vendor product_type: tools.product_type collection_id: tools.collection_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-get-count-all-product-5 description: Shopify Get A Count Of All Product Images hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getproductsparamproductidimagescount with: product_id: tools.product_id since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-url-redirects-5 description: Shopify Retrieves A Count Of Url Redirects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getredirectscount with: path: tools.path target: tools.target outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-script-5 description: Shopify Retrieves A Count Of All Script Tags hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getscripttagscount with: src: tools.src outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-smart-collections-5 description: Shopify Retrieves A Count Of Smart Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getsmartcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-existing-webhook-5 description: Shopify Retrieves A Count Of Existing Webhook Subscriptions hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecated202101getwebhookscount with: address: tools.address topic: tools.topic outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-articles-6 description: Shopify Retrieves A Count Of All Articles From A Blog hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetblogsparamblogidarticlescount with: blog_id: tools.blog_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-checkouts-past-6 description: Shopify Retrieves A Count Of Checkouts From The Past 90 Days hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetcheckoutscount with: since_id: tools.since_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-collects-6 description: Shopify Retrieves A Count Of Collects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetcollectscount with: collection_id: tools.collection_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-countries-6 description: Shopify Retrieves A Count Of Countries hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetcountriescount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-provinces-country-6 description: Shopify Retrieves A Count Of Provinces For A Country hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetcountriesparamcountryidprovincescount with: country_id: tools.country_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-custom-collections-6 description: Shopify Retrieves A Count Of Custom Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetcustomcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customer-6 description: Shopify Retrieves A Count Of All Customer Saved Searches hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetcustomersavedsearchescount with: since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-customers-6 description: Shopify Retrieves A Count Of All Customers hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetcustomerscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-events-6 description: Shopify Retrieves A Count Of Events hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegeteventscount with: created_at_min: tools.created_at_min created_at_max: tools.created_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-gift-cards-6 description: Shopify Retrieves A Count Of Gift Cards hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetgiftcardscount with: status: tools.status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-locations-6 description: Shopify Retrieves A Count Of Locations hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetlocationscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-resource-s-metafields-6 description: Shopify Retrieves A Count Of A Resource's Metafields hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetmetafieldscount outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-fulfillments-associated-6 description: Shopify Retrieves A Count Of Fulfillments Associated With A Specific Order hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetordersparamorderidfulfillmentscount with: order_id: tools.order_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-products-6 description: Shopify Retrieves A Count Of Products hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetproductscount with: vendor: tools.vendor product_type: tools.product_type collection_id: tools.collection_id created_at_min: tools.created_at_min created_at_max: tools.created_at_max updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-get-count-all-product-6 description: Shopify Get A Count Of All Product Images hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetproductsparamproductidimagescount with: product_id: tools.product_id since_id: tools.since_id outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-url-redirects-6 description: Shopify Retrieves A Count Of Url Redirects hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetredirectscount with: path: tools.path target: tools.target outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-all-script-6 description: Shopify Retrieves A Count Of All Script Tags hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetscripttagscount with: src: tools.src outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-smart-collections-6 description: Shopify Retrieves A Count Of Smart Collections hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetsmartcollectionscount with: title: tools.title product_id: tools.product_id updated_at_min: tools.updated_at_min updated_at_max: tools.updated_at_max published_at_min: tools.published_at_min published_at_max: tools.published_at_max published_status: tools.published_status outputParameters: - type: object mapping: $. - name: shopify-retrieves-count-existing-webhook-6 description: Shopify Retrieves A Count Of Existing Webhook Subscriptions hints: readOnly: true destructive: false idempotent: true call: shopify-count.deprecatedunstablegetwebhookscount with: address: tools.address topic: tools.topic outputParameters: - type: object mapping: $.