source-api-key: ********************
{ "from": 0, "pageSize": 0, "search": "string" }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/MerchantAccount/getGlobalProducts/' \ --header 'Content-Type: application/json' \ --header 'source-api-key;' \ --data-raw '{ "from": 0, "pageSize": 0, "search": "string" }'
{ "total": 0, "size": 0, "pageSize": 0, "from": 0, "result": [ { "brand": "string", "categories": [ "string" ], "name": "string", "productId": "string", "barcodes": [ "string" ], "skus": [ { "sku": "string", "salesChannel": "string" } ] } ] }