Creates new categories in the system by taking an array of categories. It is also possible to provide a single GXCategory ressource, to create a single entry.
POST https://gambio-shop.de/shop1/api.php/v2/categories
Read-only parameters such as a resource's ID field are to be omitted.
The request body takes a GXCategoryArray resource, containing the following writable properties:
[
{
"addonValues": null,
"dateAdded": "2008-08-08 17:16:41",
"description": {
"de": "Testkategorie Beschreibung",
"en": "test category description"
},
"headingTitle": {
"de": "Testkategorie",
"en": "test category"
},
"icon": "item_ltr.gif",
"image": "",
"imageAltText": {
"de": "",
"en": ""
},
"isActive": true,
"lastModified": "2008-08-25 17:33:52",
"metaDescription": {
"de": "",
"en": ""
},
"metaKeywords": {
"de": "",
"en": ""
},
"metaTitle": {
"de": "",
"en": ""
},
"name": {
"de": "Testkategorie",
"en": "test category"
},
"parentId": 0,
"settings": {
"categoryListingTemplate": "categorie_listing.html",
"filterSelectionMode": 0,
"filterValueDeactivation": 0,
"groupPermissions": [
{
"id": "0",
"isPermitted": false
},
{
"id": "1",
"isPermitted": false
},
{
"id": "2",
"isPermitted": false
},
{
"id": "3",
"isPermitted": false
}
],
"isViewModeTiled": false,
"onSitemap": true,
"productListingTemplate": "product_listing_v1.html",
"showAttributes": false,
"showCategoryFilter": false,
"showGraduatedPrice": false,
"showQuantity": true,
"showQuantityInfo": false,
"showSubCategories": true,
"showSubCategoryImages": true,
"showSubCategoryNames": true,
"showSubCategoryProducts": false,
"sitemapChangeFrequency": "daily",
"sitemapPriority": "0.5",
"sortColumn": "p.products_price",
"sortDirection": "ASC"
},
"sortOrder": 0,
"urlKeywords": {
"de": "Testkategorie",
"en": "test-category"
}
}
]
[
{
"addonValues": "string",
"dateAdded": "string",
"description": {
"de": "string",
"en": "string"
},
"headingTitle": {
"de": "string",
"en": "string"
},
"icon": "string",
"image": "string",
"imageAltText": {
"de": "string",
"en": "string"
},
"isActive": "boolean",
"lastModified": "string",
"metaDescription": {
"de": "string",
"en": "string"
},
"metaKeywords": {
"de": "string",
"en": "string"
},
"metaTitle": {
"de": "string",
"en": "string"
},
"name": {
"de": "string",
"en": "string"
},
"parentId": "int64",
"settings": {
"categoryListingTemplate": "string",
"filterSelectionMode": "int64",
"filterValueDeactivation": "int64",
"groupPermissions": [
{
"id": "int64",
"isPermitted": "boolean"
}
],
"isViewModeTiled": "boolean",
"onSitemap": "boolean",
"productListingTemplate": "string",
"showAttributes": "boolean",
"showCategoryFilter": "boolean",
"showGraduatedPrice": "boolean",
"showQuantity": "boolean",
"showQuantityInfo": "boolean",
"showSubCategories": "boolean",
"showSubCategoryImages": "boolean",
"showSubCategoryNames": "boolean",
"showSubCategoryProducts": "boolean",
"sitemapChangeFrequency": "string",
"sitemapPriority": "double",
"sortColumn": "string",
"sortDirection": "string"
},
"sortOrder": "int64",
"urlKeywords": {
"de": "string",
"en": "string"
}
}
]
Name | Type | Description | Additional |
---|---|---|---|
addonValues | string | Required | |
dateAdded | string | Required | |
description | object | GXMultiLangOption | Required |
description.de | string | Optional | |
description.en | string | Optional | |
headingTitle | object | GXMultiLangOption | Required |
headingTitle.de | string | Optional | |
headingTitle.en | string | Optional | |
icon | string | Required | |
image | string | Required | |
imageAltText | object | GXMultiLangOption | Required |
imageAltText.de | string | Optional | |
imageAltText.en | string | Optional | |
isActive | boolean | Required | |
lastModified | string | Required | |
metaDescription | object | GXMultiLangOption | Required |
metaDescription.de | string | Optional | |
metaDescription.en | string | Optional | |
metaKeywords | object | GXMultiLangOption | Required |
metaKeywords.de | string | Optional | |
metaKeywords.en | string | Optional | |
metaTitle | object | GXMultiLangOption | Required |
metaTitle.de | string | Optional | |
metaTitle.en | string | Optional | |
name | object | GXMultiLangOption | Required |
name.de | string | Optional | |
name.en | string | Optional | |
parentId | int64 | Required | |
settings | object | categorySettings | Required |
settings.categoryListingTemplate | string | Required | |
settings.filterSelectionMode | int64 | Required | |
settings.filterValueDeactivation | int64 | Required | |
settings.groupPermissions[] | array | Required | |
settings.groupPermissions[].id | int64 | Required | |
settings.groupPermissions[].isPermitted | boolean | Required | |
settings.isViewModeTiled | boolean | Required | |
settings.onSitemap | boolean | Required | |
settings.productListingTemplate | string | Required | |
settings.showAttributes | boolean | Required | |
settings.showCategoryFilter | boolean | Required | |
settings.showGraduatedPrice | boolean | Required | |
settings.showQuantity | boolean | Required | |
settings.showQuantityInfo | boolean | Required | |
settings.showSubCategories | boolean | Required | |
settings.showSubCategoryImages | boolean | Required | |
settings.showSubCategoryNames | boolean | Required | |
settings.showSubCategoryProducts | boolean | Required | |
settings.sitemapChangeFrequency | string | Required | |
settings.sitemapPriority | double | Required | |
settings.sortColumn | string | Required | |
settings.sortDirection | string |
Possible values are:
|
Required |
sortOrder | int64 | Required | |
urlKeywords | object | GXMultiLangOption | Required |
urlKeywords.de | string | Optional | |
urlKeywords.en | string | Optional |
In order to provide the authentication, you must insert the Basic Auth inside the HTTP header. The Basic Auth
is an encrypted base64 string that holds the following content: admin@shop.de:12345
where the structure is
as follows: username:password
.
An example header would look as follows:
Authorization: Basic YWRtaW5Ac2hvcC5kZToxMjM0NQ==
This request requires the use of one of following authorisation methods:
BASIC
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
201 | Created Upon success, returns the categories that was created |
categoryArrayPostResponse |
400 | Bad Request (Category data was not provided) |
defaultErrorResponse |
Here are some example implementations for this operation.
curl --request POST \ --header 'accept: application/json' \ --header 'authorization: Basic REPLACE_BASIC_AUTH' \ --header 'content-type: application/json' \ --data '[{"id":0,"dateAdded":"","lastModified":"","parentId":0,"isActive":false,"sortOrder":0,"name":{"en":"","de":""},"headingTitle":{"en":"","de":""},"description":{"en":"","de":""},"metaTitle":{"en":"","de":""},"metaDescription":{"en":"","de":""},"metaKeywords":{"en":"","de":""},"urlKeywords":{"en":"","de":""},"icon":"","image":"","imageAltText":{"en":"","de":""},"settings":{"categoryListingTemplate":"","productListingTemplate":"","sortColumn":"","sortDirection":"ASC","onSitemap":false,"sitemapPriority":0,"sitemapChangeFrequency":"","showAttributes":false,"showGraduatedPrice":false,"showQuantity":false,"showQuantityInfo":false,"showSubCategories":false,"showSubCategoryImages":false,"showSubCategoryNames":false,"showSubCategoryProducts":false,"isViewModeTiled":false,"showCategoryFilter":false,"filterSelectionMode":0,"filterValueDeactivation":0,"groupPermissions":[{"id":0,"isPermitted":false}]},"addonValues":""}]'
wget --quiet \ --method POST \ --header 'accept: application/json' \ --header 'content-type: application/json' \ --header 'authorization: Basic REPLACE_BASIC_AUTH' \ --body-data '[{"id":0,"dateAdded":"","lastModified":"","parentId":0,"isActive":false,"sortOrder":0,"name":{"en":"","de":""},"headingTitle":{"en":"","de":""},"description":{"en":"","de":""},"metaTitle":{"en":"","de":""},"metaDescription":{"en":"","de":""},"metaKeywords":{"en":"","de":""},"urlKeywords":{"en":"","de":""},"icon":"","image":"","imageAltText":{"en":"","de":""},"settings":{"categoryListingTemplate":"","productListingTemplate":"","sortColumn":"","sortDirection":"ASC","onSitemap":false,"sitemapPriority":0,"sitemapChangeFrequency":"","showAttributes":false,"showGraduatedPrice":false,"showQuantity":false,"showQuantityInfo":false,"showSubCategories":false,"showSubCategoryImages":false,"showSubCategoryNames":false,"showSubCategoryProducts":false,"isViewModeTiled":false,"showCategoryFilter":false,"filterSelectionMode":0,"filterValueDeactivation":0,"groupPermissions":[{"id":0,"isPermitted":false}]},"addonValues":""}]' \ --output-document
echo '[{"id":0,"dateAdded":"","lastModified":"","parentId":0,"isActive":false,"sortOrder":0,"name":{"en":"","de":""},"headingTitle":{"en":"","de":""},"description":{"en":"","de":""},"metaTitle":{"en":"","de":""},"metaDescription":{"en":"","de":""},"metaKeywords":{"en":"","de":""},"urlKeywords":{"en":"","de":""},"icon":"","image":"","imageAltText":{"en":"","de":""},"settings":{"categoryListingTemplate":"","productListingTemplate":"","sortColumn":"","sortDirection":"ASC","onSitemap":false,"sitemapPriority":0,"sitemapChangeFrequency":"","showAttributes":false,"showGraduatedPrice":false,"showQuantity":false,"showQuantityInfo":false,"showSubCategories":false,"showSubCategoryImages":false,"showSubCategoryNames":false,"showSubCategoryProducts":false,"isViewModeTiled":false,"showCategoryFilter":false,"filterSelectionMode":0,"filterValueDeactivation":0,"groupPermissions":[{"id":0,"isPermitted":false}]},"addonValues":""}]' | \ accept:application/json \ authorization:'Basic REPLACE_BASIC_AUTH' \ content-type:application/json
HttpResponse response = Unirest.post("https://gambio-shop.de/shop1/api.php/v2/categories") .header("accept", "application/json") .header("content-type", "application/json") .header("authorization", "Basic REPLACE_BASIC_AUTH") .body("[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]") .asString();
OkHttpClient client = new OkHttpClient(); MediaType mediaType = MediaType.parse("application/json");
RequestBody body = RequestBody.create(mediaType, "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]"); Request request = new Request.Builder() .post(body) .addHeader("accept", "application/json") .addHeader("content-type", "application/json") .addHeader("authorization", "Basic REPLACE_BASIC_AUTH") .build(); Response response = client.newCall(request).execute();
var request = new RestRequest(Method.POST); request.AddHeader("authorization", "Basic REPLACE_BASIC_AUTH"); request.AddHeader("content-type", "application/json"); request.AddHeader("accept", "application/json"); request.AddParameter("application/json", "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]", ParameterType.RequestBody); IRestResponse response = client.Execute(request);
var http = require("https"); var options = {
"method": "POST", "hostname": "gambio-shop.de", "port": null, "path": "/shop1/api.php/v2/categories", "headers": { "accept": "application/json",
"content-type": "application/json", "authorization": "Basic REPLACE_BASIC_AUTH" }
}; var req = http.request(options, function (res) {
var chunks = []; res.on("data", function (chunk) {
chunks.push(chunk);
});
res.on("end", function () {
var body = Buffer.concat(chunks);
console.log(body.toString()); });
}); req.write(JSON.stringify([ { id: 0,
dateAdded: '<ADD STRING VALUE>',
lastModified: '<ADD STRING VALUE>', parentId: 0, isActive: false, sortOrder: 0, name: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, headingTitle: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, description: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, metaTitle: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, metaDescription: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, metaKeywords: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, urlKeywords: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, icon: '<ADD STRING VALUE>', image: '<ADD STRING VALUE>', imageAltText: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, settings: { categoryListingTemplate: '<ADD STRING VALUE>', productListingTemplate: '<ADD STRING VALUE>', sortColumn: '<ADD STRING VALUE>', sortDirection: 'ASC', onSitemap: false, sitemapPriority: 0, sitemapChangeFrequency: '<ADD STRING VALUE>', showAttributes: false, showGraduatedPrice: false, showQuantity: false, showQuantityInfo: false, showSubCategories: false, showSubCategoryImages: false, showSubCategoryNames: false, showSubCategoryProducts: false, isViewModeTiled: false, showCategoryFilter: false, filterSelectionMode: 0, filterValueDeactivation: 0, groupPermissions: [ { id: 0, isPermitted: false } ] }, addonValues: '<ADD STRING VALUE>' } ])); req.end();
var request = require("request"); var options = { method: 'POST',
headers: { authorization: 'Basic REPLACE_BASIC_AUTH', 'content-type': 'application/json',
accept: 'application/json' }, body:
[ { id: 0, dateAdded: '<ADD STRING VALUE>',
lastModified: '<ADD STRING VALUE>', parentId: 0, isActive: false, sortOrder: 0, name: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, headingTitle: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, description: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, metaTitle: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, metaDescription: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, metaKeywords: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, urlKeywords: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, icon: '<ADD STRING VALUE>', image: '<ADD STRING VALUE>', imageAltText: { en: '<ADD STRING VALUE>', de: '<ADD STRING VALUE>' }, settings: { categoryListingTemplate: '<ADD STRING VALUE>', productListingTemplate: '<ADD STRING VALUE>', sortColumn: '<ADD STRING VALUE>', sortDirection: 'ASC', onSitemap: false, sitemapPriority: 0, sitemapChangeFrequency: '<ADD STRING VALUE>', showAttributes: false, showGraduatedPrice: false, showQuantity: false, showQuantityInfo: false, showSubCategories: false, showSubCategoryImages: false, showSubCategoryNames: false, showSubCategoryProducts: false, isViewModeTiled: false, showCategoryFilter: false, filterSelectionMode: 0, filterValueDeactivation: 0, groupPermissions: [ { id: 0, isPermitted: false } ] }, addonValues: '<ADD STRING VALUE>' } ], json: true };
request(options, function (error, response, body) {
if (error) throw new Error(error); console.log(body);
});
var unirest = require("unirest"); var req = unirest("POST", "https://gambio-shop.de/shop1/api.php/v2/categories");
req.headers({
"authorization": "Basic REPLACE_BASIC_AUTH", "content-type": "application/json", "accept": "application/json" }); req.type("json");
req.send([ { "id": 0,
"dateAdded": "<ADD STRING VALUE>", "lastModified": "<ADD STRING VALUE>", "parentId": 0, "isActive": false, "sortOrder": 0, "name": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "headingTitle": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "description": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "metaTitle": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "metaDescription": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "metaKeywords": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "urlKeywords": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "icon": "<ADD STRING VALUE>", "image": "<ADD STRING VALUE>", "imageAltText": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "settings": { "categoryListingTemplate": "<ADD STRING VALUE>", "productListingTemplate": "<ADD STRING VALUE>", "sortColumn": "<ADD STRING VALUE>", "sortDirection": "ASC", "onSitemap": false, "sitemapPriority": 0, "sitemapChangeFrequency": "<ADD STRING VALUE>", "showAttributes": false, "showGraduatedPrice": false, "showQuantity": false, "showQuantityInfo": false, "showSubCategories": false, "showSubCategoryImages": false, "showSubCategoryNames": false, "showSubCategoryProducts": false, "isViewModeTiled": false, "showCategoryFilter": false, "filterSelectionMode": 0, "filterValueDeactivation": 0, "groupPermissions": [ { "id": 0, "isPermitted": false } ] }, "addonValues": "<ADD STRING VALUE>" }
]); req.end(function (res) {
if (res.error) throw new Error(res.error); console.log(res.body);
});
var data = JSON.stringify([ { "id": 0,
"dateAdded": "<ADD STRING VALUE>", "lastModified": "<ADD STRING VALUE>", "parentId": 0, "isActive": false, "sortOrder": 0, "name": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "headingTitle": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "description": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "metaTitle": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "metaDescription": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "metaKeywords": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "urlKeywords": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "icon": "<ADD STRING VALUE>", "image": "<ADD STRING VALUE>", "imageAltText": { "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" }, "settings": { "categoryListingTemplate": "<ADD STRING VALUE>", "productListingTemplate": "<ADD STRING VALUE>", "sortColumn": "<ADD STRING VALUE>", "sortDirection": "ASC", "onSitemap": false, "sitemapPriority": 0, "sitemapChangeFrequency": "<ADD STRING VALUE>", "showAttributes": false, "showGraduatedPrice": false, "showQuantity": false, "showQuantityInfo": false, "showSubCategories": false, "showSubCategoryImages": false, "showSubCategoryNames": false, "showSubCategoryProducts": false, "isViewModeTiled": false, "showCategoryFilter": false, "filterSelectionMode": 0, "filterValueDeactivation": 0, "groupPermissions": [ { "id": 0, "isPermitted": false } ] }, "addonValues": "<ADD STRING VALUE>" }
]); var xhr = new XMLHttpRequest();
xhr.withCredentials = true; xhr.addEventListener("readystatechange", function () {
if (this.readyState === this.DONE) { console.log(this.responseText);
}
}); xhr.open("POST", "https://gambio-shop.de/shop1/api.php/v2/categories");
xhr.setRequestHeader("accept", "application/json"); xhr.setRequestHeader("content-type", "application/json"); xhr.setRequestHeader("authorization", "Basic REPLACE_BASIC_AUTH"); xhr.send(data);
var settings = { "async": true, "crossDomain": true, "method": "POST", "headers": { "accept": "application/json",
"content-type": "application/json", "authorization": "Basic REPLACE_BASIC_AUTH" },
"processData": false, "data": "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]" } $.ajax(settings).done(function (response) {
console.log(response); });
<?php $curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "https://gambio-shop.de/shop1/api.php/v2/categories", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]", CURLOPT_HTTPHEADER => array( "accept: application/json",
"authorization: Basic REPLACE_BASIC_AUTH", "content-type: application/json" ),
)); $response = curl_exec($curl);
$err = curl_error($curl); curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err; } else { echo $response; }
<?php $request = new HttpRequest();
$request->setUrl('https://gambio-shop.de/shop1/api.php/v2/categories'); $request->setMethod(HTTP_METH_POST); $request->setHeaders(array(
'authorization' => 'Basic REPLACE_BASIC_AUTH', 'content-type' => 'application/json', 'accept' => 'application/json' )); $request->setBody('[{"id":0,"dateAdded":"","lastModified":"","parentId":0,"isActive":false,"sortOrder":0,"name":{"en":"","de":""},"headingTitle":{"en":"","de":""},"description":{"en":"","de":""},"metaTitle":{"en":"","de":""},"metaDescription":{"en":"","de":""},"metaKeywords":{"en":"","de":""},"urlKeywords":{"en":"","de":""},"icon":"","image":"","imageAltText":{"en":"","de":""},"settings":{"categoryListingTemplate":"","productListingTemplate":"","sortColumn":"","sortDirection":"ASC","onSitemap":false,"sitemapPriority":0,"sitemapChangeFrequency":"","showAttributes":false,"showGraduatedPrice":false,"showQuantity":false,"showQuantityInfo":false,"showSubCategories":false,"showSubCategoryImages":false,"showSubCategoryNames":false,"showSubCategoryProducts":false,"isViewModeTiled":false,"showCategoryFilter":false,"filterSelectionMode":0,"filterValueDeactivation":0,"groupPermissions":[{"id":0,"isPermitted":false}]},"addonValues":""}]');
try {
$response = $request->send(); echo $response->getBody();
} catch (HttpException $ex) { echo $ex; }
<?php $client = new http\Client;
$request = new http\Client\Request; $body = new http\Message\Body;
$body->append('[{"id":0,"dateAdded":"","lastModified":"","parentId":0,"isActive":false,"sortOrder":0,"name":{"en":"","de":""},"headingTitle":{"en":"","de":""},"description":{"en":"","de":""},"metaTitle":{"en":"","de":""},"metaDescription":{"en":"","de":""},"metaKeywords":{"en":"","de":""},"urlKeywords":{"en":"","de":""},"icon":"","image":"","imageAltText":{"en":"","de":""},"settings":{"categoryListingTemplate":"","productListingTemplate":"","sortColumn":"","sortDirection":"ASC","onSitemap":false,"sitemapPriority":0,"sitemapChangeFrequency":"","showAttributes":false,"showGraduatedPrice":false,"showQuantity":false,"showQuantityInfo":false,"showSubCategories":false,"showSubCategoryImages":false,"showSubCategoryNames":false,"showSubCategoryProducts":false,"isViewModeTiled":false,"showCategoryFilter":false,"filterSelectionMode":0,"filterValueDeactivation":0,"groupPermissions":[{"id":0,"isPermitted":false}]},"addonValues":""}]'); $request->setRequestUrl('https://gambio-shop.de/shop1/api.php/v2/categories');
$request->setRequestMethod('POST'); $request->setBody($body); $request->setHeaders(array(
'authorization' => 'Basic REPLACE_BASIC_AUTH', 'content-type' => 'application/json', 'accept' => 'application/json' )); $client->enqueue($request)->send();
$response = $client->getResponse(); echo $response->getBody();
import http.client conn = http.client.HTTPSConnection("gambio-shop.de")
payload = "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]"
headers = {
'accept': "application/json",
'content-type': "application/json", 'authorization': "Basic REPLACE_BASIC_AUTH" } conn.request("POST", "/shop1/api.php/v2/categories", payload, headers)
res = conn.getresponse()
data = res.read() print(data.decode("utf-8"))
import requests payload = "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]"
headers = { 'accept': "application/json",
'content-type': "application/json", 'authorization': "Basic REPLACE_BASIC_AUTH" } response = requests.request("POST", url, data=payload, headers=headers)
print(response.text)
require 'uri' require 'net/http' http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true http.verify_mode = OpenSSL::SSL::VERIFY_NONE request = Net::HTTP::Post.new(url)
request["accept"] = 'application/json' request["content-type"] = 'application/json' request["authorization"] = 'Basic REPLACE_BASIC_AUTH' request.body = "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]" response = http.request(request)
puts response.read_body
CURL *hnd = curl_easy_init(); curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "POST");
curl_easy_setopt(hnd, CURLOPT_URL, "https://gambio-shop.de/shop1/api.php/v2/categories"); struct curl_slist *headers = NULL;
headers = curl_slist_append(headers, "authorization: Basic REPLACE_BASIC_AUTH"); headers = curl_slist_append(headers, "content-type: application/json"); headers = curl_slist_append(headers, "accept: application/json"); curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers); curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]");
CURLcode ret = curl_easy_perform(hnd);
package main import (
"fmt"
"strings" "net/http" "io/ioutil" )
func main() {
url := "https://gambio-shop.de/shop1/api.php/v2/categories"
payload := strings.NewReader("[{\"id\":0,\"dateAdded\":\"<ADD STRING VALUE>\",\"lastModified\":\"<ADD STRING VALUE>\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"headingTitle\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"description\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"metaTitle\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"metaDescription\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"metaKeywords\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"urlKeywords\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"icon\":\"<ADD STRING VALUE>\",\"image\":\"<ADD STRING VALUE>\",\"imageAltText\":{\"en\":\"<ADD STRING VALUE>\",\"de\":\"<ADD STRING VALUE>\"},\"settings\":{\"categoryListingTemplate\":\"<ADD STRING VALUE>\",\"productListingTemplate\":\"<ADD STRING VALUE>\",\"sortColumn\":\"<ADD STRING VALUE>\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"<ADD STRING VALUE>\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"<ADD STRING VALUE>\"}]") req, _ := http.NewRequest("POST", url, payload) req.Header.Add("accept", "application/json") req.Header.Add("content-type", "application/json") req.Header.Add("authorization", "Basic REPLACE_BASIC_AUTH") res, _ := http.DefaultClient.Do(req) defer res.Body.Close() body, _ := ioutil.ReadAll(res.Body) fmt.Println(res) fmt.Println(string(body)) }
#import NSDictionary *headers = @{ @"accept": @"application/json",
@"content-type": @"application/json",
@"authorization": @"Basic REPLACE_BASIC_AUTH" }; NSDictionary *parameters = @[ @{ @"id": @0, @"dateAdded": @"", @"lastModified": @"", @"parentId": @0, @"isActive": @NO, @"sortOrder": @0, @"name": @{ @"en": @"", @"de": @"" }, @"headingTitle": @{ @"en": @"", @"de": @"" }, @"description": @{ @"en": @"", @"de": @"" }, @"metaTitle": @{ @"en": @"", @"de": @"" }, @"metaDescription": @{ @"en": @"", @"de": @"" }, @"metaKeywords": @{ @"en": @"", @"de": @"" }, @"urlKeywords": @{ @"en": @"", @"de": @"" }, @"icon": @"", @"image": @"", @"imageAltText": @{ @"en": @"", @"de": @"" }, @"settings": @{ @"categoryListingTemplate": @"", @"productListingTemplate": @"", @"sortColumn": @"", @"sortDirection": @"ASC", @"onSitemap": @NO, @"sitemapPriority": @0, @"sitemapChangeFrequency": @"", @"showAttributes": @NO, @"showGraduatedPrice": @NO, @"showQuantity": @NO, @"showQuantityInfo": @NO, @"showSubCategories": @NO, @"showSubCategoryImages": @NO, @"showSubCategoryNames": @NO, @"showSubCategoryProducts": @NO, @"isViewModeTiled": @NO, @"showCategoryFilter": @NO, @"filterSelectionMode": @0, @"filterValueDeactivation": @0, @"groupPermissions": @[ @{ @"id": @0, @"isPermitted": @NO } ] }, @"addonValues": @"" } ];
NSData *postData = [NSJSONSerialization dataWithJSONObject:parameters options:0 error:nil];
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"https://gambio-shop.de/shop1/api.php/v2/categories"]
cachePolicy:NSURLRequestUseProtocolCachePolicy
timeoutInterval:10.0]; [request setHTTPMethod:@"POST"];
[request setAllHTTPHeaderFields:headers]; [request setHTTPBody:postData]; NSURLSession *session = [NSURLSession sharedSession];
NSURLSessionDataTask *dataTask = [session dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {
if (error) { NSLog(@"%@", error); } else { NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *) response; NSLog(@"%@", httpResponse); } }]; [dataTask resume];
import Foundation let headers = [
"accept": "application/json", "content-type": "application/json", "authorization": "Basic REPLACE_BASIC_AUTH" ] let parameters = [ [ "id": 0,
"dateAdded": "<ADD STRING VALUE>", "lastModified": "<ADD STRING VALUE>", "parentId": 0, "isActive": false, "sortOrder": 0, "name": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "headingTitle": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "description": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "metaTitle": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "metaDescription": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "metaKeywords": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "urlKeywords": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "icon": "<ADD STRING VALUE>", "image": "<ADD STRING VALUE>", "imageAltText": [ "en": "<ADD STRING VALUE>", "de": "<ADD STRING VALUE>" ], "settings": [ "categoryListingTemplate": "<ADD STRING VALUE>", "productListingTemplate": "<ADD STRING VALUE>", "sortColumn": "<ADD STRING VALUE>", "sortDirection": "ASC", "onSitemap": false, "sitemapPriority": 0, "sitemapChangeFrequency": "<ADD STRING VALUE>", "showAttributes": false, "showGraduatedPrice": false, "showQuantity": false, "showQuantityInfo": false, "showSubCategories": false, "showSubCategoryImages": false, "showSubCategoryNames": false, "showSubCategoryProducts": false, "isViewModeTiled": false, "showCategoryFilter": false, "filterSelectionMode": 0, "filterValueDeactivation": 0, "groupPermissions": [ [ "id": 0, "isPermitted": false ] ] ], "addonValues": "<ADD STRING VALUE>" ]
] let postData = NSJSONSerialization.dataWithJSONObject(parameters, options: nil, error: nil)
var request = NSMutableURLRequest(URL: NSURL(string: "https://gambio-shop.de/shop1/api.php/v2/categories")!,
cachePolicy: .UseProtocolCachePolicy,
timeoutInterval: 10.0) request.HTTPMethod = "POST"
request.allHTTPHeaderFields = headers request.HTTPBody = postData let session = NSURLSession.sharedSession()
let dataTask = session.dataTaskWithRequest(request, completionHandler: { (data, response, error) -> Void in if (error != nil) { println(error)
} else {
let httpResponse = response as? NSHTTPURLResponse
println(httpResponse) }
}) dataTask.resume()
open Cohttp_lwt_unix open Cohttp open Lwt let uri = Uri.of_string "https://gambio-shop.de/shop1/api.php/v2/categories" in
let headers = Header.add_list (Header.init ()) [ ("accept", "application/json"); ("content-type", "application/json"); ("authorization", "Basic REPLACE_BASIC_AUTH"); ] in let body = Cohttp_lwt_body.of_string "[{\"id\":0,\"dateAdded\":\"\",\"lastModified\":\"\",\"parentId\":0,\"isActive\":false,\"sortOrder\":0,\"name\":{\"en\":\"\",\"de\":\"\"},\"headingTitle\":{\"en\":\"\",\"de\":\"\"},\"description\":{\"en\":\"\",\"de\":\"\"},\"metaTitle\":{\"en\":\"\",\"de\":\"\"},\"metaDescription\":{\"en\":\"\",\"de\":\"\"},\"metaKeywords\":{\"en\":\"\",\"de\":\"\"},\"urlKeywords\":{\"en\":\"\",\"de\":\"\"},\"icon\":\"\",\"image\":\"\",\"imageAltText\":{\"en\":\"\",\"de\":\"\"},\"settings\":{\"categoryListingTemplate\":\"\",\"productListingTemplate\":\"\",\"sortColumn\":\"\",\"sortDirection\":\"ASC\",\"onSitemap\":false,\"sitemapPriority\":0,\"sitemapChangeFrequency\":\"\",\"showAttributes\":false,\"showGraduatedPrice\":false,\"showQuantity\":false,\"showQuantityInfo\":false,\"showSubCategories\":false,\"showSubCategoryImages\":false,\"showSubCategoryNames\":false,\"showSubCategoryProducts\":false,\"isViewModeTiled\":false,\"showCategoryFilter\":false,\"filterSelectionMode\":0,\"filterValueDeactivation\":0,\"groupPermissions\":[{\"id\":0,\"isPermitted\":false}]},\"addonValues\":\"\"}]" in Client.call ~headers ~body `POST uri
= fun (res, body_stream) ->
(* Do stuff with the result *)