Error
Get payment invoice
Retrieves the payment invoice for the specified shipment
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Shipment number
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"_links": {
"empty": true
},
"currency": "<string>",
"data": {},
"invoiceDate": "2023-11-07T05:31:56Z",
"invoiceNumber": "<string>",
"lineItems": [
{
"data": {},
"description": "<string>",
"lineItemType": "<string>",
"quantity": 123,
"sku": "<string>",
"totalPrice": 123,
"unitPrice": 123
}
],
"rawEdiData": "<string>",
"references": {
"data": {},
"orderNumber": 123,
"purchaseOrderNumber": "<string>",
"shipmentId": "<string>"
},
"taxes": [
{
"amount": 123,
"data": {},
"jurisdiction": "<string>",
"rate": 123,
"type": "<string>"
}
],
"terms": {
"data": {},
"dueDate": "2023-11-07T05:31:56Z",
"paymentTerms": "<string>"
},
"totalAmount": 123,
"vendor": {
"address": {
"address1": "<string>",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"addressType": "Commercial",
"attributes": {},
"cityOrTown": "<string>",
"countryCode": "<string>",
"isValidated": true,
"latitude": "<string>",
"longitude": "<string>",
"postalOrZipCode": "<string>",
"stateOrProvince": "<string>"
},
"data": {},
"name": "<string>",
"taxId": "<string>",
"vendorId": "<string>"
}
}Retrieves the payment invoice for the specified shipment
A valid request URL is required to generate request examples{
"_links": {
"empty": true
},
"currency": "<string>",
"data": {},
"invoiceDate": "2023-11-07T05:31:56Z",
"invoiceNumber": "<string>",
"lineItems": [
{
"data": {},
"description": "<string>",
"lineItemType": "<string>",
"quantity": 123,
"sku": "<string>",
"totalPrice": 123,
"unitPrice": 123
}
],
"rawEdiData": "<string>",
"references": {
"data": {},
"orderNumber": 123,
"purchaseOrderNumber": "<string>",
"shipmentId": "<string>"
},
"taxes": [
{
"amount": 123,
"data": {},
"jurisdiction": "<string>",
"rate": 123,
"type": "<string>"
}
],
"terms": {
"data": {},
"dueDate": "2023-11-07T05:31:56Z",
"paymentTerms": "<string>"
},
"totalAmount": 123,
"vendor": {
"address": {
"address1": "<string>",
"address2": "<string>",
"address3": "<string>",
"address4": "<string>",
"addressType": "Commercial",
"attributes": {},
"cityOrTown": "<string>",
"countryCode": "<string>",
"isValidated": true,
"latitude": "<string>",
"longitude": "<string>",
"postalOrZipCode": "<string>",
"stateOrProvince": "<string>"
},
"data": {},
"name": "<string>",
"taxId": "<string>",
"vendorId": "<string>"
}
}JWT Authorization header using the Bearer scheme.
Shipment number
OK
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
