Skip to main content
PATCH
/
{shopId}
/
productattributes
/
62f30a2e3837c7ab46c3d56e
Update shop tag
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/productattributes/62f30a2e3837c7ab46c3d56e \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Patternererere",
  "options": [
    {
      "id": "62f30a523837c7ab46c3d570",
      "name": "Kampala"
    },
    {
      "id": "62f30a523837c7ab46c3d571",
      "name": "Drawer"
    },
    {
      "name": "Try me"
    }
  ]
}
'

Body

application/json
name
string
Example:

"Patternererere"

options
object[]
Example:
[
{
"id": "62f30a523837c7ab46c3d570",
"name": "Kampala"
},
{
"id": "62f30a523837c7ab46c3d571",
"name": "Drawer"
},
{ "name": "Try me" }
]

Response

200 - undefined