Skip to main content
PATCH
/
{shopId}
/
products
/
62e05dacbadea08abf03d158
Update product
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/products/62e05dacbadea08abf03d158 \
  --header 'Content-Type: application/json' \
  --data '
{
  "digital_download": {
    "name": "sample.pdf",
    "type": "application/pdf",
    "url": "https://ucarecdn.com/92aaca76-e073-4a62-8244-5ea8c3c521b8/",
    "uuid": "92aaca76-e073-4a62-8244-5ea8c3c521b8"
  },
  "tags": [
    "625017fbe9920c42fbc8bf9d"
  ],
  "typeAttributes": {
    "packaging": {
      "height": 5.24,
      "length": 5.72,
      "weight": "5",
      "width": 5.56
    }
  },
  "weight": {
    "unit": "lb",
    "value": 3
  }
}
'

Body

application/json
digital_download
object
tags
string[]
Example:
["625017fbe9920c42fbc8bf9d"]
typeAttributes
object
weight
object

Response

200 - undefined