input CreateLotInput

GraphQL input type for Lot creation.

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers

nameString!
skuString!
expires_atISODateTime
is_activeBoolean

Referenced By

Example

{
  "customer_account_id": "abc123",
  "name": "abc123",
  "sku": "abc123",
  "expires_at": "abc123",
  "is_active": true
}