Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
This method allows you to get information on scanned boxes per pick ticket.
Excerpt

Use this method to get a list of Scanned Boxes per Pick Ticket.

Tip

Valid Tokens: Company.

This method utilizes HTTP statuses. Please refer to HTTP Status Codes for more information.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "company-token" , "pick-ticket" , "scanner-gun" , "documentation" )

Request


URL: https://api.kometsales.com/api/pick.ticket.scanning.status.list

Method: POST

Content-Type: application/JSON


Input Parameters

authenticationToken (required) (string:50)

:

Komet Sales security token.


pickTicketList (required)

: list

List of pick tickets separated by commas.

Sample Request


Code Block
{
  "authenticationToken": "hrn6ihhuu5nk99hc8i32prng3m",
  "pickTicketList": [
    "1183","1184","2221"
  ]
}

Response

Output

Array of the pick tickets

(array)

An array containing pick ticket information. 


number (integer:10)

: the order

Order number.


totalBoxes (integer:10)

: the total

Total number of boxes

within

in the pick ticket.


scannedBoxes (integer:10)

: the number

Number of scanned boxes within the picket ticket

. InfoKeep in mind that this method will return HTTP statuses, please refer to HTTP Status Codes for more information

.

Sample Response


Code Block
[
	{
		"number":"1183",
		"scannedBoxes":0,
		"totalBoxes":12
	},
	{
		"number":"1184",
		"scannedBoxes":1,
		"totalBoxes":10
	},
	{
		"number":"2221",
		"scannedBoxes":20,
		"totalBoxes":20
	}
]
Panel
titleRelated Articles
Filter by label (Content by label)showLabelsfalsemax10showSpacefalsesorttitlecqllabel in ( "pick-ticket-sort" , "pick-ticket-group" , "scanning-pick-ticket" , "pick-ticket-api" )

We've encountered an issue exporting this macro. Please try exporting this page again later.