Products
Before receives or orders can be placed in a warehouse you'll need to create your product in the Logistics Plus WMS. You can create and retrieve products using these endpoints. A product only needs to be created once. The product code is a SKU and is treated as a unique identifier within the Warehouse API. It cannot be edited afterward. The unique product code will be used for all subsequent requests to the Warehouse API.
Note: The full OpenAPI specification for the Logistics Plus Warehouse API is available at the following link: https://api.logisticsplus.com/warehouse/api-docs.
Best Practices
-
Products should be unique for all variations. For example, if a product has two variations, such as the same model phone with two options for storage size and two options for colors, each variant should have its own product code.
-
To make it easy for warehouse workers to identify your product, you should also use unique descriptions for each product. This is especially important when creating multiple variants. For example, if you have an iPhone 13 in two colors, you may end up with "iPhone 13 Pro Max 256GB Graphite" and "iPhone 13 Pro Max 256GB Gold".
-
When creating a product, it is important that the product code is a unique and immutable product identifier. This will enable you to easily tie associated data from the Warehouse API with your system.