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"
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string
Example:

"Patterner"

Response

200 - undefined