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": ".."createOpposingDocument parameter is Y, in addition to the internal transfer document in the CLOSED state, the transfer load document will also be created in the OPEN state so that the store or warehouse can proceed with the verification of the goods. For details on document types, refer to paragraph Documents structure.closeOpposingDocument parameter is used when createOpposingDocument is Y. If closeOpposingDocument parameter is Y the transfer load document will be created in the CLOSED state. For details on document types, refer to paragraph Documents structure.createOpposingDocument is set to "Y":id.