githubEdit

Receipt endpoints

Get receipt

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
receiptIdstringRequired
Responses
chevron-right
200Success
application/json

Receipt

asnRefstringOptional

enables mapping a receipt to one of the ASNs in this inbound process

createdstring · date-timeRequired
customAttributesobject · nullableOptional

Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.

idstringRequired
inboundProcessRefstringRequired
lastModifiedstring · date-timeRequired
receivedDatestring · date-timeRequired

date-time of the arrival of the items in the facility

statusstring · enumOptional

status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.

Possible values:
versionnumberRequired
get
/api/receipts/{receiptId}

Update receipt

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
receiptIdstringRequired
Body

InboundReceiptForUpdate

asnRefstringOptional

enables mapping a receipt to one of the ASNs in this inbound process

customAttributesobject · nullableOptional

Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.

receivedDatestring · date-timeRequired

date-time of the arrival of the items in the facility

statusstring · enumOptional

status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.

Possible values:
versionnumberRequired
Responses
chevron-right
200Success
application/json

Receipt

asnRefstringOptional

enables mapping a receipt to one of the ASNs in this inbound process

createdstring · date-timeRequired
customAttributesobject · nullableOptional

Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.

idstringRequired
inboundProcessRefstringRequired
lastModifiedstring · date-timeRequired
receivedDatestring · date-timeRequired

date-time of the arrival of the items in the facility

statusstring · enumOptional

status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.

Possible values:
versionnumberRequired
put
/api/receipts/{receiptId}

Update receipt

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
receiptIdstringRequired
Body

InboundReceiptForPatch

asnRefstringOptional

enables mapping a receipt to one of the ASNs in this inbound process

customAttributesobject · nullableOptional

Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.

receivedDatestring · date-timeOptional

date-time of the arrival of the items in the facility

statusstring · enumOptional

status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.

Possible values:
versionnumberRequired
Responses
chevron-right
200Success
application/json

Receipt

asnRefstringOptional

enables mapping a receipt to one of the ASNs in this inbound process

createdstring · date-timeRequired
customAttributesobject · nullableOptional

Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.

idstringRequired
inboundProcessRefstringRequired
lastModifiedstring · date-timeRequired
receivedDatestring · date-timeRequired

date-time of the arrival of the items in the facility

statusstring · enumOptional

status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.

Possible values:
versionnumberRequired
patch
/api/receipts/{receiptId}

Create receipt

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

ReceiptForCreation

asnRefstringOptional

enables mapping a receipt to one of the ASNs in this inbound process

customAttributesobject · nullableOptional

Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.

facilityRefstringRequired
receivedDatestring · date-timeRequired

date-time of the arrival of the items in the facility

statusstring · enumOptional

status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.

Possible values:
Responses
post
/api/receipts

Delete receipt

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
receiptIdstringRequired
Query parameters
versionnumberRequired
Responses
chevron-right
200Success
application/json

Receipt

asnRefstringOptional

enables mapping a receipt to one of the ASNs in this inbound process

createdstring · date-timeRequired
customAttributesobject · nullableOptional

Attributes that can be added to this entity. These attributes cannot be used within fulfillment processes, but enable you to attach custom data from your systems to fulfillmenttools entities.

idstringRequired
inboundProcessRefstringRequired
lastModifiedstring · date-timeRequired
receivedDatestring · date-timeRequired

date-time of the arrival of the items in the facility

statusstring · enumOptional

status of this receipt, only receipts with status 'FINISHED' are booked. IN_PROGRESS can be used to save partial receipts.

Possible values:
versionnumberRequired
delete
/api/receipts/{receiptId}

Last updated