Types > CustomerInventoryCreate
Commerce APITypesCustomerInventoryCreate
CustomerInventoryCreate

Description

Topic: Customer Inventory

Fields

customer_id: String!

Unique customer identifier. See also: Unique Identifiers

Example: "cu_EQzGqWoY"

Valid when: customer_id matches regexp pattern: ^cu_


variant_id: String!

A unique product variant identifier

Example: "va_EQzGqWoY"

Valid when: variant_id matches regexp pattern: ^va_


Used By

Mutations

customerInventoryCreate

Preview (typescript)

Loading module