Get a detailed Invoice list of Delaware Valley Orders
Use this method to get a detailed Invoice list for Delaware Valley Orders.
Valid Tokens: Company.
This method only works for companies with the Delaware Valley Integration enabled. You can read more about this integration in this article.
Related Articles
-
Order Cancellation Webhook (Knowledge Base)
-
FMI Farms Integration (Knowledge Base)
-
Settings (Knowledge Base)
-
Print Invoices from Shipping - Order Summary (Knowledge Base)
-
Print Labels for Delaware Valley (Knowledge Base)
Request
URL: https://api.kometsales.com/api/delaware-valley/invoice/details
Method: GET
Content-Type: URL Parameters
Headers
authenticationToken (required)(string:50)
Komet Sales security token.
X-ACCOUNT (required)(integer:20)
Company ID that is using the API.
Please ask the Komet Sales team to get this ID.
Input parameters
invoiceId (required)(integer)
Komet Sales Order Id.
https://api.kometsales.com/api/delaware-valley/invoice/details?invoiceId={18636386}
Response
status (integer:1)
Transaction status.
Valid values: 1 = Success | 0 = Failure
message (string:500)
Transaction status description.
boxes (array)
An array containing the boxes information.
boxCode (komet)(string:10)
Komet Sales box code or box number.
Code (numeric)
Product code.
description (alphanumeric)
Product description.
bin (alphanumeric): Product bin.
quantity (numeric)
Product quantity.
date (date)
Truck date.
Date format: MM/DD/YYYY
stock (numeric)
Product stock number.
vendor (alphanumeric)
Product Vendor.
unitOfMeasure (numeric)
Measure Unit.
poNumber (alphanumeric)
Purchase Order number.
labelId (numeric)
Label ID.
lineNumber (numeric)
Line Number.
orderNumber (alphanumeric)
Order Number.
custCode (alphanumeric)
Customer code.
waveNumber (alphanumeric)
Wave number.
routeNumber (numeric)
Route number.
door (numeric)
Door number
suppProd (alphanumeric)
Delaware Valley custom field.
custDeliveryDaye (date)
Custom delivery date.
Date format: MM/DD/YYYY
misc1 (alphanumeric)
Delaware Valley custom field.
misc2 (alphanumeric)
Delaware Valley custom field.
{
"boxes": [
{
"BoxCode": "HB",
"Code": "1313",
"description": "Rose Assorted Fall 60cm",
"bin": "GD-CANAVALLE",
"date": "",
"stock": "319",
"vendor": "1302",
"labelId": "36209368",
"orderNumber": "NJ002433844",
"custCode": "TASFL",
"door": "2",
"suppProd": "",
"custDeliveryDate": "06/06/22",
"misc1": "",
"misc2": "",
"boxCode": "8586787D",
"quantity": "2",
"unitofMeasure": "Cs100",
"poNumber": "GD000484263",
"lineNumber": "1",
"waveNumber": "ED-1",
"routeNumber": "66"
}
]
}