Types > ReservationItemCreate
Description
Fields
inventory_location_id: String!
Unique inventory location identifier. See also: Unique Identifiers
Example: "il_EQzGqWoY"
Valid when: inventory_location_id is not empty
Valid when: inventory_location_id matches regexp pattern: ^il_
Amount of items to reserve
Example: 352
Valid when: quantity is a non-negative integer
A unique product variant identifier
Example: "va_EQzGqWoY"
Valid when: variant_id is not empty
Valid when: variant_id matches regexp pattern: ^va_
Used By
Types
ReservationCreate, ReservationModify
Preview (typescript)
Loading module