Documentation / API / CREATE Operations

CREATE operations allows you to retrieve data from your store.

CREATE Operations

All the CREATE 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 CREATE operations for Blog Posts

Product categories

Learn more about the CREATE operations for Product Categories

Product collections

Learn more about the CREATE operations for Product Collections

Coupons

Learn more about the CREATE operations for Coupons.

Pages

Learn more about the CREATE operations for Pages.

Products

Learn more about the CREATE operations for Products.