Skip to content

POST/api/v1/tenant/products

ReturnsResponseProductView

AcceptsCreateProductRequest

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "id": 0,
    "slug": "string",
    "title": "string",
    "offeringType": "string"
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure