Skip to main content
PATCH
/
{shopId}
/
slug
Update shop slug
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/slug \
  --header 'Content-Type: application/json' \
  --data '
{
  "slug": "egoli-3"
}
'

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
slug
string
Example:

"egoli-3"

Response

200 - undefined