priceSale: the product's selling price is a gross VAT amount;priceInvoice: the product's invoice price (purchase invoice) is a net VAT amount;pricePurchase: the product's purchase price (typically purchase order) is a net VAT amount.priceSale is mandotary instead priceInvoice, and pricePurchase are not provided, the system will attempt to retrieve prices based on the branchCode and the sale, invoice, and purchase price lists. If no matching price is found, the API will return an error, and the document will not be created.documentHeader and documentRows must be included in the payload.callback URL must be functional and ready to receive POST requests.POST request containing document details and the callback URL.success: Indicates receipt of the request.id: A unique identifier for tracking the document.id: The document ID.barcode: The document's barcode.documentNumber: The unique document number.documentStatus: The final status of the documentOPEN: the document can be updated or modified with new products, discounts, quantities etc... .CLOSE: the document is ready for fulfillment and the products, quantities, discounts are final."itemCode": "010223_PANTA_ROSSO",
"barcode": "2000013787231""itemCode": "010223_PANTA_ROSSO",
"dimension1": "..",
"dimension2": "..",
"dimension3": ".."success: false with an appropriate error message.{
"success": false,
"message": "Error message"
}{
"success": false,
"id": "64ee5dda-d2b5-4fbc-ae6d-fbd2ff13352b",
"message": "Invalid barcode value: 87654321 at row: 1"
}