POST
/
public-api
/
v1
/
shop
{
  "id": "<string>",
  "name": "<string>",
  "domain": "<string>",
  "customerPhone": "<string>",
  "customerEmail": "<string>",
  "nraNumber": "<string>",
  "companyUic": "<string>",
  "companyVat": "<string>",
  "companyName": "<string>",
  "companyAddress": "<string>",
  "vatGroup": "GROUP_A",
  "auditGenerationDay": 8,
  "auditRecipientEmails": [
    "[email protected]"
  ],
  "auditNoReceiptOrders": true,
  "receiptStartNumber": 2,
  "returnPaymentMethod": "CASH",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Headers

x-signature
string
required

Signed payload with Take a NAP API secret

x-api-key
string
required

Take a NAP API key

Body

application/json

Response

200
application/json

Shop created

The response is of type object.