Versions Compared

Key

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

...

Search by size

 Request structure

 Required

  1. width 

  2. profile

  3. rim

Optional

  1. locations[] (locations ids) - several IDs can be transferred

  2. min_quantity

...

Code Block
{
  "width": 205,
  "heightprofile": 55,
  "rim": 16,
  "locations": [1,2
  ],
  "min_quantity": 1
}

...

Search by part numbers

 Request structure

 Required

  • part_numbers[] (multiple part numbers should be supported)

Optional

  • locations (locations ids) - several IDs can be transferred

  • min_quantity

...

Code Block
[
 {
  "part_number": "000094",
  "brand": "Bridgestone",
  "retail_price": 25.5,
  "cost": 20,
  "locations": [
              {
                "name": "Location 1",
                “id”: 1, 
                "quantity": 4
              },
              {
                "name": "Location 2",
                “id”: 2,
                "quantity": 4
              }
              ]
  }
]

Additional Methods

Get List of Dealer’s Locations

...