Versions Compared

Key

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

Overview


Excerpt

Komet has a variety of API methods and integrations that help users connect Komet with third party systems. If you want your Komet Account to be synchronize with your external system, please contact us so we can evaluate the technical requirements. Depending on your role and need, choose one of the following options.



Ui expand
titleIntegrations for Vendors

Komet is integrated directly with cargo agencies and grower systems such as Unosof, Cargo Master, Quickbooks, however, you can virtually connect Komet with any system through the next methods.

MétodoUtilidad
box.code.change This method allows changing one or more box codes.
boxtype.list This method allows to obtain a list of box types sorted by box type code.
carrier.listThis method allows to obtain a list of carriers sorted by carrier name.
company.location.list This method allows returns a list of locations associated to a given customer.
customer.list This method returns a list of customers sorted by name.
customer.shipto.listThis method allows to obtain a list of ship to's associated to a given customer.
inventory.listThis method allows to obtain a list of the current inventory.
prebook.createThrough this method users can add Prebooks to the system.
prebook.details.listThis method returns a list of Prebooks with its corresponding details.
prebook.item.deleteThis method allows to delete a product from an existing Prebook in Komet Sales.
product.listThis method allows to obtain a list of products with its description.
purchase.order.createThis method allows to create Purchase Orders based on Prebooks.
purchase.order.item.awb.addThis method allows to add product lines of a Purchase Order to an AWB.
purchase.order.item.deleteThrough this method users can delete products from a Purchase Order.
purchase.order.listThis method returns a list of Purchase Orders with its corresponding details.
purchase.order.mixed.createThrough this method users can create Purchase Orders with assorted products of Prebooks in units.



Ui expand
titleIntegrations for Inventory and Invoices


NeedAvailable Methods

Share Inventory to Komet's Account

This can be done through the API method inventory.add. It is possible to use the parameter confirmInventory so the inventory updates in the external system once a product synchronized is sold or deleted from Komet's account.

Update in real time the synchronized inventory

Once the inventory is shared from the external system into Komet, it is possible to use the inventory.update or inventory.delete API methods to every time a product is sold in the external system, the actual quantity available gets update in Komet.

Create invoices in Komet

The invoice.create method allows you to create an invoice on Komet Sales with its corresponding product items. 

Obtain a list of invoices created in Komet

The API method invoice.details.list returns a list of invoices created in Komet.

Obtain a list of available online inventory for a given customer

The method ecommerce/inventory.list returns a list of the inventory displayed on e-commerce for a given customer.

Consult future inventory

The method future.inventory.openmarket.list allows to obtain the inventory that a company is going to have in a future date.
Obtain Available inventoryinventory.openmarket.list allows users to obtain a list of the current available inventory in a given company.



Ui expand
titleIntegrations for Prebooks and Purchase Orders


NeedAvailable Methods

Create/Update Prebooks

The method prebook.create allows users to add a Prebook to Komet Sales and update existing Prebooks.

Delete Prebooks

With the method prebook.item.delete users can delete Prebooks from Komet Sales. In case this method is used with a vendor token, the system will update the quantities to 0.

Obtain a list of Prebooks created in Komet

This method returns a list of Prebooks with their corresponding details.
Create Purchase OrdersThe method purchase.order.create allows to create Purchase Orders based on Prebooks.
Add items to a AWBThe method purchase.order.item.awb.add allows to add product lines of a Purchase Order to an AWB.
Delete items from Purchase OrdersThrough the method purchase.order.item.delete users can delete products from a Purchase Order.
Obtain a list of Purchase Orders created in KometThe method purchase.order.list returns a list of Purchase Orders with its corresponding details.
Create Purchase Orders with assorted productThrough the method purchase.order.mixed.create users can create Purchase Orders with assorted products of Prebooks in units.




Panel
titleRelated Articles

Filter by label (Content by label)
showLabelsfalse
max10
showSpacefalse
sorttitle
cqllabel in ("integrations","api")