input UpdateLotInput
GraphQL input type for Lot update.
Fields
| Field | Type | Description |
|---|---|---|
lot_id | String! | |
name | String | |
sku | String | |
expires_at | ISODateTime | |
is_active | Boolean |
Referenced By
- lot_update Mutation
Example
{
"lot_id": "abc123",
"name": "abc123",
"sku": "abc123",
"expires_at": "abc123",
"is_active": true
}