Skip to main content
POST
/
{shopId}
/
users
/
customers
Create shop customer (public)
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/users/customers \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "fullName": "Adeyinka Badmus",
  "whatsApp": "+2347062470043"
}
'

Body

application/json
email
string
fullName
string
Example:

"Adeyinka Badmus"

whatsApp
string
Example:

"+2347062470043"

Response

200 - undefined