object CreateShipmentOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
shipment | Shipment | Shipment returned by this operation. |
Referenced By
- shipment_create Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"shipment": {id: "U2hpcG1lbnQ6MTIzNA=="}
}