Types > VariantSupplier
Commerce APITypesVariantSupplier
VariantSupplier

Description

Fields

code: String!

Supplier code

Example: "2352345"


cost: Int!

Cost of the variant

Example: 345


inventory_location: InventoryLocation

Default inventory location for purchase orders

Expandable

Permission bit: "inventory_locations.read"


lead_time: Int!

Number of seconds it takes for this variant to arrive

Example: 3600


quantity: Int!

Default PO quantity for this variant

Example: 50


supplier: Supplier

The supplier

Expandable

Permission bit: "suppliers.read"


Used By

Types

ProductVariant

Preview (typescript)

Loading module