object CreateToteOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
tote | Tote | Tote returned by this operation. |
url | String | URL for the URL resource. |
Referenced By
- tote_create Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"tote": {id: "VG90ZToxMjM0"},
"url": "https://example.com/resource"
}