object CreateShippingPlanOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
shipping_plan | ShippingPlan |
Referenced By
- shipping_plan_create Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"shipping_plan": ShippingPlan
}