For the complete documentation index, see llms.txt. This page is also available as Markdown.

Generate sku code

Generate product SKU code

post
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
category_namestringOpcional
product_namestringOpcional
Respostas
200

Product SKU generated successfully

application/json
skustringOpcional
post/products/generate-sku-code
POST /api/sales/products/generate-sku-code HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 46

{
  "category_name": "text",
  "product_name": "text"
}
{
  "sku": "text"
}