[ { "partner_sku": "string", "country_code": "ae", "price": 0, "sale_price": 0, "msrp": 0 } ]
curl --location --request POST 'https://nm-mp-api-seller.noon.partners/_integ/update-price' \ --header 'Content-Type: application/json' \ --data-raw '[ { "partner_sku": "string", "country_code": "ae", "price": 0, "sale_price": 0, "msrp": 0 } ]'
{ "updated_partner_skus": [ "partner_sku1_ae" ], "errors": { "XYZ789_ae": "Error message", "DEF456_sa": "Error message" } }