Start a new topic

Example for adding a part number with pricing

Here is an example that adds a part number.


{
  "partNo": "GADGET",
  "description": "A Gadget",
  "pricing": {
    "EA": {
      "sellPrices": [
        "10",
        "9"
      ]
    }
  },
  "currentCost": "1.00"
}


This example adds an item to inventory, using the following endpoint.  Note that "SuperCo" should be replaced with the appropriate company being accessed.


https://localhost:10880/api/v1/companies/SuperCo/inventory/items/




1 person likes this idea
Login or Signup to post a comment