Versions Compared

Key

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

Use this method to checkout a Web Order.

Tip

Valid Tokens: User.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "web-order" , "web-order-checkout" , "web-order-create" , "user-token" , "company-token" )

Request


URL: https://api.kometsales.com/api/web-order.checkout

Method: POST

Content-Type: application/JSON


Headers

X-ACCOUNT (required)(integer:20)

Company ID that is using the API.

Please ask the Komet Sales team to get this ID. 


authenticationToken (required)(string:50)

Komet Sales security token.


Input parameters

customerId (required)(integer:20)

Customer ID.

Use this parameter to search orders from a specific Customer.

You can get this value from the customer.list API method.


webOrderId (required)(integer:20)

Web Order ID.


customerPo (optional)(integer:50) 

Customer Purchase Order number.


companyLocationId (integer:20)

Location ID.

Only applies to Multi-Location Companies.

You can get this value from the location.list API method.


Code Block
{ 
     "customerId": 7343,
     "webOrderId": 48,
     "customerPo": "292644"
}

Response


message (string) 

Transaction status description.


webOrderId (integer) 

Web Order ID.


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


Code Block
{
 "message": "The Web Order was successfully checked out.",
 "webOrderId": “48”,
 "status": “1”
}
We've encountered an issue exporting this macro. Please try exporting this page again later.