Skip to main content

Goods receipts

Use goods receipt operations when a merchant integration needs to receive products into a warehouse and connect the receipt to supplier orders.

Available operations

Example: create a goods receipt

mutation CreateGoodsReceipt($input: CreateGoodsReceiptInput!) {
createGoodsReceipt(input: $input) {
id
number
state
warehouse {
code
}
}
}

Pass supplierOrderIds when the receipt should be associated with existing supplier orders. Line items can reference products and supplier orders.

Required scopes

Use goods_receipts:read for reads and goods_receipts:write for mutations.