object ShippingPlanQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
data | ShippingPlan |
Referenced By
- shipping_plan Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": ShippingPlan
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
data | ShippingPlan |
{
"request_id": "abc123",
"complexity": 987,
"data": ShippingPlan
}