Navigate WMS
  1. Navigate WMS
Navigate WMS
  • Navigate WMS
    • Introduction
  • Authentication
    • Authentication API
    • Authenticate User
      POST
  • Locations
    • Locations API
    • Get Locations
      GET
    • Add Location
      POST
    • Update Location
      PUT
    • Get Prep Locations
      GET
  • Product Catalog
    • Product Catalog API
    • Get Products
      POST
    • Add Product
      PUT
    • Get Product Details
      GET
    • Update Product
      PUT
    • Activate/Deactivate Product
      PATCH
    • Get Bundles
      POST
    • Add Bundle
      PUT
    • Get Bundle Details
      GET
    • Update Bundle
      PUT
    • Activate/Deactivate Bundle
      PATCH
    • Get Supplies
      POST
    • Add Supply
      PUT
    • Get Supply Details
      GET
    • Update Supply
      PUT
    • Activate/Deactivate Supply
      PATCH
    • Get Items
      POST
  • Inventory
    • Inventory API
    • Get Inventory
    • Get Inventory Details
  • Orders
    • Get Inbound Orders
    • Create Inbound Order
    • Get Inbound Order Details
    • Update Inbound Order
    • Cancel Inbound Order
    • Get Prep Orders
    • Create Prep Order
    • Get Prep Order Details
    • Update Prep Order
    • Cancel Prep Order
    • Get Manual Orders
    • Create Manual Order
    • Get Manual Order Details
    • Update Manual Order
    • Cancel Manual Order
  • Miscellaneous
    • Get Package Types
    • Get Prep Services
  1. Navigate WMS

Introduction

Navigate WMS is a warehouse management platform for eCommerce sellers that
offers real-time insights into warehouse inventory, order lifecycle and
inventory handling activities.
The Navigate APIs allow customers to interact with the Navigate WMS
programmatically using a technology of their choice. The Navigate APIs open
up a wide variety of opportunities for sellers, allowing them to integrate
a diverse portfolio of applications such as eCommerce stores, order management
systems and ERPs with Navigate WMS.
The graphic below shows a common workflow for users looking to use the Navigate
APIs.
api-workflow.png
The Navigate APIs are based on REST principles, can be invoked over HTTPS and
support JSON as the data format. They use standard HTTP verbs like GET,
POST, PUT and DELETE so that an API client can be written in any
programming language that has support for HTTP.

Key Terms#

Common terms used throughtout this API documentation are listed below.
Metric refers to the metric system of measurements in which dimensions
(length, width and height) are expressed in centimetres and weights in
kilograms - e.g. 12cm/1kg.


Imperial refers to the imperial system of measurements in which
dimensions are expressed in inches and weights in pounds - e.g. 6in/3lbs.


Marketplace means an online marketplace like Amazon or eBay.


Seller means an individual or business that sells products online.


Store means an online store operated by a seller on a marketplace.


Bundle means a group of products offered together on sale - e.g.
Set of 4 Solitaire Glasses or Keyboard and Mouse Bundle. A bundle
may contain multiple pieces of the same product or different pieces of
different products, in any combination. The process of packing multiple
products together to form a bundle is known as Bundling.


Item means a product or a bundle. Items are sellable.


SKU or Stock Keeping Unit means a unique code assigned to an
item. Many packaged products already carry an SKU in the form of a
product barcode. Sellers may refer to the SKU with different names such
as product code, part number, catalog number, EAN, GTIN,
UPC, ISBN, VIN, etc.


Prep, Item Prep or FBA Prep refer to the set of activities
to be performed on items to get them ready for sale on a store.
Prep activities usually include packing and labeling for most items,
and special actions like taping or bundling for certain types of items.


Prep Requirement or Prep Instruction refers to a particular prep
activity such as packing, labeling or taping. Not all marketplaces may
have the same prep requirements for the same item.


Prep Location refers to a storage location such as a warehouse that
can perform prep instructions on items on behalf of a seller. Sellers
usually store their items at prep locations and instruct the staff at
the location to carry out specific prep instructions for their items when
they are ready to dispatch the items to a marketplace.

General Tips#

a. Start with the Sandbox#

Users are encouraged to try out the APIs on our sandbox environment before
integrating with the live environment. This will help them familiarize with
common API elements, interaction patterns and responses.

b. Review field constraints#

Documentation for each API field includes applicable constraints such as
data type, permissible values and other guidance. When an error is
encountered, reviewing the field constraints normally helps in understanding
the root cause and taking necessary corrective actions.

c. Use the examples#

APIs that allow writing data come with multiple examples. Familiarization
with examples can help create mappings between your data to that expected
by the API.

d. Start small, build incrementally#

When pushing data using the APIs, start with the smallest data packet first,
ensure it works as expected and then build upon that.
Many APIs provide a Minimal example that shows the bare minimum data
required by that API. Users are strongly advised to start with this example
to ensure that basic interaction with the API works as expected.
Most APIs also provide a Recommended example. This example, which is more
comprehensive than the Minimal example, shows most common data elements for
that API.

Rate Limit#

Rate limiting is applied on all API endpoints. Users can send up to 2 requests
per second to each API endpoint. Exceeding this rate limit will result in an
error to ensure stable and uninterrupted service for all users.

Terms of Use#

The usage of Navigate WMS APIs is subject to the Navigate WMS Terms of Use and
Privacy Policy. API users must ensure that they use the APIs only for integrating
their other logistics or order management software with Navigate WMS and not for
activities such as testing, validation or data scrapping.
Modified at 2025-10-29 02:37:16
Next
Authentication API
Built with