Get shipping parcels
Get available shipping parcels for the current company
Responses
- 200
- 429
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id number required
- name string
- description string
- width number required
- height number required
- length number required
- weight number required
- packagingWeight number
- weightUnit required
Possible values: [
g
,kg
,oz
,lb
] - lengthUnit required
Possible values: [
cm
,in
] - isWeightDynamic boolean
- ]
[
{
"id": 0,
"name": "string",
"description": "string",
"width": 0,
"height": 0,
"length": 0,
"weight": 0,
"packagingWeight": 0,
"isWeightDynamic": true
}
]
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "string"
}
Loading...