location

Location information

Get a Location list

Get a Location list.

Responses
200

Success

get/location
Request samples
Response samples
application/json
{
  • "data": [
    ]
}

Get a Location

Get a Location.

Request
path Parameters
location_id
required
string

The id of the location.

Responses
200

Success

get/location/{location_id}
Request samples
Response samples
application/json
{
  • "data": {
    }
}

Get a Product list

Get a Product list.

Request
path Parameters
location_id
required
string

The id of the location.

Responses
200

Success

get/location/{location_id}/product
Request samples
Response samples
application/json
{
  • "data": [
    ]
}
Copyright © RoadSync 2023. All right reserved.