Call Examples (Body)

Data changed in two products, one product eliminated and the result of the changes returned:

{

"input_data":{

"products":[

{

"REF":"PROD01",

"product_name":"Test product 1",

"product_image":"http://test.net/test.jpg",

"section_reference":"CAT01,CAT02,CAT10"

},

{

"ID":"17",

"product_name":"Test produc 2"

}

]

},

"delete_data":{

"products":[

{

"REF":"PROD02"

}

]

},

"get_output_data":1

}

Changing the title in two languages ​​as well as the parent subcategory of a category:

{

"input_data":{

"catalogue":[

{

"REF":"CAT34",

"section_name:en":"Test english title",

"section_name:es":"Test spanish title",

"section_parent":"CAT10"

}

]

}

}