Confirm Receipt
Confirms receipt for item(s) in a lease.
POST
/v3/transactions/{transactionId}/confirm-receipt
Request
The details below help you form your HTTP requests to this endpoint.
Headers
You may need to provide specific headers.
x-consumer-custom-id
string
Consumer data with the format "channel:vendorId"
Body
You must provide a JSON payload.
items
array
The list of items to be confirmed.
items[].sku
string
Item's sku
items[].quantity
number
Quantity, defaults to the number ordered if not present.
items[].receiptDate
string
The date picked up by the customer
Response
The details below help you understand the responses you could get from this endpoint.
Samples
Below are samples of responses, with tabs corresponding to returned status code.
Schema
The response's schema is outlined below.
data
object
N/A
Last updated
Was this helpful?