DespatchType 2, a goods receipt) and outbound despatches (DespatchType -2, a dispatch) use the same endpoints. Despatches create stock movements, so a line may also carry Lot or serial number entries depending on the product’s stock tracking method.
Required fields
DespatchType:2inbound (goods receipt),-2outbound (dispatch). Cannot be changed after the despatch is created.DespatchNumber: unique within the company for the sameDespatchType, at most 20 characters. Send"Next"on create to generate it automatically: ALİRSNO series for inbound despatches; for outbound despatches, the SATİRSNO series, or, when the company uses e-Despatch, the company’s e-Despatch numbering (a fixed prefix, the year and a 9-digit sequence, for exampleEDD2026000000014)."Next"cannot be sent on update.Date: the despatch date. If you send a time it is stored as the despatch time, otherwise the current time is used.CustomerCode: a customer the user can see.CurrencyCode: the despatch currency.Lines: at least one line.
DueDays (payment term in days) is stored with the despatch. ShipmentDefinitionCode (optional) comes from shipment definitions.
Customer snapshot
The despatch’s address, title, tax number and tax office are not accepted in the request. They are copied from the customer at the moment the despatch is saved (the invoice address when the customer has one, otherwise the first address) and stay fixed afterward even if the customer changes later — this is why they only appear in responses (Address, CustomerTitle, TaxNumber, TaxOffice). On update, they are only recomputed when CustomerCode changes; otherwise the existing values are kept.
Lines
ProductCodeandUnitCodeare required. The unit must be one of the product’s own units (its main unit, or its second/third unit).Quantitymust be greater than 0;UnitPricecannot be negative.- If a line has no
CurrencyCode, the despatch currency is used;ExchangeRateis the rate of the line currency. Discountsis the list of the line’s discount rates, applied one after another in list order.LineGroupNameis optional, from line groups.WarehouseNameis required and must be one of the company’s warehouses.
Main unit quantity
Quantity is in the line’s unit. MainUnitQuantity in responses is the same quantity expressed in the product’s main unit, calculated by the API exactly as for order lines: the quantity itself when UnitCode is the main unit, otherwise divided by the unit’s multiplier. On an outbound despatch the stored value is negative, on an inbound despatch it is positive; MainUnitQuantity in responses is always positive.
Line identity on update
Unlike orders, a despatch line’s Lot movements, serial number entries and linked-order record all reference the line’s own ID, so a blind “replace all lines” would break those references. Instead, the order in which you send lines determines their identity on update: the line at positioni in the request is treated as the same line as the one currently at position i. Its Lot/serial number entries and linked-order record move with it (matched or reconciled, not deleted and recreated). Sending fewer lines than before removes the trailing ones; sending more adds new ones at the end. Always send lines in the same order you received them from Get despatch if you only mean to change individual fields.
Lot and serial number tracking
Whether a line needsLots or SerialNumbers depends on the product’s stock type (from the product’s StockType, read via Get product):
Lots (
LotNo, Quantity, UnitCode, and, on an inbound despatch only, SupplierLotNo/ExpiryDate/Description):
- Inbound, for all four Lot-tracked stock types: each entry creates a new lot (
LotNois always provided by you, unique within the company) and a matching inbound movement. - Outbound, StockType 3 (Lot): you specify
LotNoandQuantityfor each lot to consume from. - Outbound, StockType 4/6/7 (FIFO/LIFO/FEFO): leave
Lotsempty — the API selects the lots automatically (oldest first for FIFO, nearest expiry first for FEFO, newest first for LIFO), consuming from one lot after another until the quantity is covered. - A lot that has already been consumed by an outbound transaction cannot be removed or reduced below the consumed quantity; the operation is cancelled instead.
SerialNumbers, a plain list of strings, one per unit): on an inbound despatch each entry registers a new serial number (rejected if that serial number is already registered and has not been dispatched yet); on an outbound despatch each entry must be an existing, not-yet-dispatched serial number, which is marked as dispatched. A serial number that has already been dispatched by this despatch cannot be removed from the line.
Linked orders
A despatch line that was created from an order line in the Noyax application carries a link to it. The API never creates this link itself, but when a line you send corresponds (by position) to an existing linked line, it checks that the line’s quantity, together with what other despatches have already drawn from the same order line, does not exceed the order line’s quantity.Sharing
SharingCode limits who can see the despatch: empty means visible to everyone, otherwise it must be one of the user’s sharing codes. Despatches the user cannot see return 404.