Documentation / API / COUNT Operations

GET operations allows you to retrieve data from your store.

COUNT Operations

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.

Blog posts

Learn more about the COUNT operations for Blog Posts

Countries

Learn more about the COUNT operations for Countries.

Country States

Learn more about the COUNT operations for States.

Coupons

Learn more about the COUNT operations for Coupons.

Customers

Learn more about the COUNT operations for Customers.

Domains

Learn more about the COUNT operations for Domains.

Files

Learn more about the COUNT operations for Files.

Orders

Learn more about the COUNT operations for Orders.

Pages

Learn more about the COUNT operations for Pages.

Payment Methods

Learn more about the COUNT operations for Payment Methods.

Products

Learn more about the COUNT operations for Products.

Product categories

Learn more about the COUNT operations for Product Categories

Product collections

Learn more about the COUNT operations for Product Collections

Shipping Methods

Learn more about the COUNT operations for Shipping Methods.

Taxes

Learn more about the COUNT operations for Taxes.

Users

Learn more about the COUNT operations for Users.