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": "adetest6@qshop.com",
  "fullName": "Adeyinka Badmus",
  "whatsApp": "+2347062470043"
}
'

Body

application/json
email
string
Example:

"adetest6@qshop.com"

fullName
string
Example:

"Adeyinka Badmus"

whatsApp
string
Example:

"+2347062470043"

Response

200 - undefined