Documentation / API / UPDATE Operations

UPDATE operations allows you to retrieve data from your store.

UPDATE Operations

All the UPDATE operations works the same way. The JSON request object contains 2 main tags ("authentication and "data"). The "authentication" and "data" are required.

{
    'authentication' : {
        [AUTHENTICATION INFORMATIONS]
    },
    'data' : [{
        [ALL DATA FROM THOSE AVAILABLE]
    },{
        [AS MANY ITEMS AS YOU WANT]
    }]
}

Blog posts

Learn more about the UPDATE operations for Blog Posts

Product categories

Learn more about the UPDATE operations for Product Categories

Product collections

Learn more about the UPDATE operations for Product Collections

Coupons

Learn more about the UPDATE operations for Coupons.

Pages

Learn more about the UPDATE operations for Pages.

Products

Learn more about the UPDATE operations for Products.