x-api-key: ********************
{ "path": "masterCatalog", "category": { "code": "masterCatalog", "image": "https://picsum.photos/200/300", "subCategories": [ { "code": "clothing", "image": "https://picsum.photos/200/300", "label": [ { "locale": "en_US", "value": "Clothing" }, { "locale": "tr_TR", "value": "Giyim" } ] } ] } }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/PIMAPI/upsertCategory/' \ --header 'Content-Type: application/json' \ --header 'x-api-key;' \ --data-raw '{ "path": "masterCatalog", "category": { "code": "masterCatalog", "image": "https://picsum.photos/200/300", "subCategories": [ { "code": "clothing", "image": "https://picsum.photos/200/300", "label": [ { "locale": "en_US", "value": "Clothing" }, { "locale": "tr_TR", "value": "Giyim" } ] } ] } }'
{ "meta": { "updateToken": "string" } }