Buy a product

POST /Api/Products/Buy/{id}

Requires verified email; Requires one of the following permissions: Shop.BuyProduct; Requires the following features to be enabled: Shop

Path parameters

  • id integer(int32) Required

Responses

POST /Api/Products/Buy/{id}
curl \
 -X POST https://app.lovassy.hu/Api/Products/Buy/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}