Skip to main content
PATCH
/
{shopId}
/
domain
/
link
Add domain link
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/domain/link \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "staar.pre"
}
'

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

"staar.pre"

Response

200 - undefined