GET operations allows you to retrieve data from your store.
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.
Learn more about the GET operations for Blog Posts
Learn more about the GET operations for Countries.
Learn more about the GET operations for States.
Learn more about the GET operations for Coupons.
Learn more about the GET operations for Customers.
Learn more about the GET operations for Domains.
Learn more about the GET operations for Files.
Learn more about the GET operations for Orders.
Learn more about the GET operations for Pages.
Learn more about the GET operations for Payment Methods.
Learn more about the GET operations for Products.
Learn more about the GET operations for Product Categories
Learn more about the GET operations for Product Collections
Learn more about the GET operations for Shipping Methods.
Learn more about the GET operations for Store Information.
Learn more about the GET operations for Taxes.
Learn more about the GET operations for Users.
error message
success message