Skip to main content
PATCH
Update Inbound Receipt

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Org-Id
string | null

Path Parameters

receipt_id
string
required

Body

application/json
documentId
string | null
warehouseLocationId
string | null
shipmentId
string | null
deliveryId
string | null
receivedAt
string | null
receivedById
string | null
status
string | null
notes
string | null
mobileSessionId
string | null
lineItems
InboundReceiptLineItemWrite · object[] | null

Response

Successful Response

id
string
required
documentId
string
required
warehouseLocationId
string
required
status
string
required
warehouseLocationName
string | null
shipmentId
string | null
shipmentDocumentId
string | null
orderType
string | null
default:bulk
deliveryId
string | null
deliveryDocumentId
string | null
receivedAt
string | null
receivedById
string | null
notes
string | null
mobileSessionId
string | null
createdAt
string | null
updatedAt
string | null
lineItemsCount
integer | null
lineItems
InboundReceiptLineItemResponse · object[] | null