List - Shipping Templates
GET/api/auction/favorites
Get Favorites List
Request
Header Parameters
Apikey of a company linked to a user
Responses
- 200
Respuesta del listado de favoritos
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
docs object[]
Possible values: <= 4500
Default value: 0
Cargo height. Take into account the value of is_imperial_measure to determine if it's in cm/inch
Possible values: <= 24000
Weight of the Cargo. Consider the value of is_imperial_measure to determine if it's in kg/lb
Possible values: >= 24 characters
and <= 24 characters
, Value must match regular expression ^[0-9a-fA-F]{24}$
Default value: 64f95ba1fd52766b7896025e
The _ID of the selected address. Check your address listing request before entering a value.
Possible values: >= 24 characters
and <= 24 characters
, Value must match regular expression ^[0-9a-fA-F]{24}$
Default value: 64f95ba1fd52766b7896025e
The _ID of the selected address. Check your address listing request before entering a value.
Possible values: >= -273
and <= 1000
Default value: 0
If is_fresh is True, this value is required. And it will be the optimal cargo temperature.
If there are loading methods at the destination
If there are loading methods at the origin
To indicate whether we will use Imperial metrics (Pounds, inches) or Decimal metrics (cm, kg).
If the shipment is palletized. Check the cargo_type field.
Possible values: <= 66
Default value: 0
Number of pallets in the shipment.
{
"docs": [
{
"_id": "string",
"cargo_height": 0,
"cargo_weight": 2500,
"createdAt": "string",
"deleted": true,
"description": "string",
"etd_address": "64f95ba1fd52766b7896025e",
"etd_cargo_method": "string",
"etl_address": "64f95ba1fd52766b7896025e",
"etl_cargo_method": "string",
"fav_name": "string",
"fresh_cargo_temp": 3,
"had_etd_cargo_method": false,
"had_etl_cargo_method": false,
"is_fresh": true,
"is_imperial_measure": false,
"is_pallet": false,
"owner": "string",
"pallets_num": 0,
"updatedAt": "string",
"user": "string"
}
],
"hasNextPage": true,
"hasPrevPage": true,
"limit": 0,
"nextPage": 0,
"page": 0,
"pagingCounter": 0,
"prevPage": 0,
"totalDocs": 0,
"totalPages": 0
}