object CreateShippingPlanOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
shipping_plan | ShippingPlan | Shipping plan returned by this operation. |
Referenced By
- shipping_plan_create Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"shipping_plan": {id: "U2hpcHBpbmdQbGFuOjEyMzQ="}
}