Types > ReservationItemCreate
Commerce APITypesReservationItemCreate
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_


quantity: Int!

Amount of items to reserve

Example: 352

Valid when: quantity is a non-negative integer


variant_id: String!

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