Skip to content

Create a customer

Endpoint: https://my-store.youcan.shop/api/contact

Method: POST

Parameters

Param NameParam TypeDescriptionRequired
emailstringEmail addressyes
subjectstringSubject of the contact emailyes
messagestringMessageyes

Response

[200] OK

json
{
  "status": 200,
  "detail": "your message has been sent successfully.",
  "meta": []
}

[500] Error

json
{
    "status": 500,
    "detail": "internal error occurred",
    "meta": []
}