Documentation / API / GET Operations

GET operations allows you to retrieve data from your store.

GET Operations

All the GET operations works the same way. The JSON request object contains 3 main tags ("authentication", "filters" and "pagination"). Only "authentication" is required. The "filters" and "pagination" tags are optional.

{
    'authentication' : {
        [AUTHENTICATION INFORMATIONS]
    },
    'filters' : {
        [DESIRED FILTERS FROM THOSE AVAILABLE]
    },
    'pagination' : {
        [PAGING INFORMATION IF DESIRED]
    }
}

If no filters are present, all the items will be returned. If you add many filters, they will all be added together ("AND" operand) to search for items.

Blog posts

Learn more about the GET operations for Blog Posts

Countries

Learn more about the GET operations for Countries.

Country States

Learn more about the GET operations for States.

Coupons

Learn more about the GET operations for Coupons.

Customers

Learn more about the GET operations for Customers.

Domains

Learn more about the GET operations for Domains.

Files

Learn more about the GET operations for Files.

Orders

Learn more about the GET operations for Orders.

Pages

Learn more about the GET operations for Pages.

Payment Methods

Learn more about the GET operations for Payment Methods.

Products

Learn more about the GET operations for Products.

Product categories

Learn more about the GET operations for Product Categories

Product collections

Learn more about the GET operations for Product Collections

Shipping Methods

Learn more about the GET operations for Shipping Methods.

Store Information

Learn more about the GET operations for Store Information.

Taxes

Learn more about the GET operations for Taxes.

Users

Learn more about the GET operations for Users.