cURL
curl --request POST \ --url http://staging.qshop.ng/apiv2/{shopId}/productattributes \ --header 'Content-Type: application/json' \ --data ' { "name": "Patterner" } '
"Patterner"
Was this page helpful?