Skip to main content
POST
/
{shopId}
/
productattributes
Create shop tag
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/productattributes \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Patterner"
}
'

Body

application/json
name
string
Example:

"Patterner"

Response

200 - undefined