Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
topofpage
topofpage

Excerpt

Use this method to update an order’s status. You can update the status of printed labels or BOLs.

Tip

Valid Tokens: Company

You can review the updated products orders in the Shipping > Order Summary screen.

Table of Contents

Table of Contents
minLevel1
maxLevel2
outlinefalse
excludeTable of Contents
typelist
printablefalse

Request


URL: https://api.kometsales.com/api/invoice/shippingprint-status/invoice.update.print.status

Method: POST

Content-Type: application/JSON


Input Parameters

authenticationToken (required)(string)

Komet Sales security token.


orderIds (required)(integer)

Order ID. You can add multiple orders by separating each ID with a comma.


printType (required)(boolean)

The type of label or document printed.

Valid values: 0 = Box Label | 1 = BOL


Code Block
{
  "authenticationToken": "token_info_goes_here",
  "orderIds": "454899,998567",
  "printType": "0"
}

Back to top

Response


message (string:500)

Transaction status description.


status (integer:1)

Transaction status. 1 = Success | 0 = Failure


Code Block
{
  "status": "1",
  "message": "The invoices with id 454899,998567 were updated successfully.",
}

Back to top


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "company-token" , "vendor-token" , "customer-token" )