[ { "partner_sku": "string", "country_code": "ae" } ]
curl --location --request GET 'https://nm-mp-api-seller.noon.partners/_integ/get-price-and-country-visibility' \ --header 'Content-Type: application/json' \ --data-raw '[ { "partner_sku": "string", "country_code": "ae" } ]'
{ "valid_list": [ { "partner_sku": "partner_sku1", "country_code": "ae", "price": 0, "sale_price": 0, "is_active": true } ], "errors": { "XYZ789_ae": "Error message", "DEF456_sa": "Error message" } }