Skip to main content

Update Warehouse Transfer Receipt

PUT 

/api/warehouses/transfers/:transfer/receipts/:receipt

Updates a previously recorded receipt, adjusting received quantities.

Required scope: warehouses:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Fields: receipt_date (date, not in the future), products (required array of {id: product ID, quantity}) and blemished (array of {product_id, sku, quantity, condition, reference}).

Total received per product cannot exceed the total shipped quantity, and the transfer must be open.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type