Types > ScheduledFulfillmentLineItemCreate
Commerce APITypesScheduledFulfillmentLineItemCreate
ScheduledFulfillmentLineItemCreate

Description

Fields

inventory_location_id: String!

Unique inventory location identifier. See also: Unique Identifiers

Example: "il_EQzGqWoY"

Valid when: inventory_location_id matches regexp pattern: ^il_


line_item_id: String!

Unique line item identifier. See also: Unique Identifiers

Example: "li_EQzGqWoY"

Valid when: line_item_id is not empty

Valid when: line_item_id matches regexp pattern: ^li_


quantity: Int!

Amount of items that will be shipped with this fulfillment

Example: 1

Valid when: quantity is a positive integer


variant_id: String!

A unique product variant identifier

Example: "va_EQzGqWoY"

Valid when: variant_id matches regexp pattern: ^va_


Used By

Types

ScheduledFulfillmentCreate, ScheduledFulfillmentModify

Preview (typescript)

Loading module