GET operations allows you to retrieve data from your store.
All the COUNT operations works the same way. The JSON request object contains 2 main tags ("authentication" and "filters"). Only "authentication" is required. The "filters" tag is optional.
{ 'authentication' : { [AUTHENTICATION INFORMATIONS] }, 'filters' : { [DESIRED FILTERS FROM THOSE AVAILABLE] }, }
If no filters are present, the count for all the items will be returned. If you add many filters, they will all be added together ("AND" operand) to count the items.
Learn more about the COUNT operations for Blog Posts
Learn more about the COUNT operations for Countries.
Learn more about the COUNT operations for States.
Learn more about the COUNT operations for Coupons.
Learn more about the COUNT operations for Customers.
Learn more about the COUNT operations for Domains.
Learn more about the COUNT operations for Files.
Learn more about the COUNT operations for Orders.
Learn more about the COUNT operations for Pages.
Learn more about the COUNT operations for Payment Methods.
Learn more about the COUNT operations for Products.
Learn more about the COUNT operations for Product Categories
Learn more about the COUNT operations for Product Collections
Learn more about the COUNT operations for Shipping Methods.
Learn more about the COUNT operations for Taxes.
Learn more about the COUNT operations for Users.
error message
success message