Skip to main content

createGoodsReceipt

Creates a goods receipt with the given warehouse, optional supplier and line items in one shot. Pass supplierOrderIds to associate the receipt with one or more supplier orders via the supplier-order ↔ goods-receipt mapping.

createGoodsReceipt(
input: CreateGoodsReceiptInput!
): GoodsReceipt!

Arguments

createGoodsReceipt.input ● CreateGoodsReceiptInput! non-null input

Type

GoodsReceipt object

An incoming or outgoing goods movement booked against a warehouse — supplier receipt, return-from-customer, manual stock correction. Carries the per-line quantities and prices that are posted to stock once the receipt is completed.