object WarehouseProductMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
warehouse_product | WarehouseProduct | Warehouse product returned by this operation. |
Referenced By
- product_add_to_warehouse Mutation
- warehouse_product_update Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"warehouse_product": {sku: "BLUE-TEE-M", name: "Blue Tee"}
}