{ "partner_skus": [ { "partner_sku": "string", "country_code": "string", "msrp": 0, "price": 0, "is_active": true } ] }
curl --location --request POST 'https://mp-pricing-api.noon.partners/_integ/partner-integration/upsert' \ --header 'Content-Type: application/json' \ --data-raw '{ "partner_skus": [ { "partner_sku": "string", "country_code": "string", "msrp": 0, "price": 0, "is_active": true } ] }'
{ "invalid_rows": [ { "partner_sku": "string", "country_code": "string", "error": "string" } ] }