Skip to main content

FulfillmentItemComponent

No description

type FulfillmentItemComponent {
createdAt: ISO8601DateTime!
fulfillmentItemId: ID!
id: ID!
inventoryItem: InventoryItem!
inventoryItemId: ID!
product: Product!
productId: ID!
quantity: Int!
updatedAt: ISO8601DateTime!
}

Fields

FulfillmentItemComponent.createdAt ● ISO8601DateTime! non-null scalar common

FulfillmentItemComponent.fulfillmentItemId ● ID! non-null scalar common

FulfillmentItemComponent.id ● ID! non-null scalar common

FulfillmentItemComponent.inventoryItem ● InventoryItem! non-null object inventory

FulfillmentItemComponent.inventoryItemId ● ID! non-null scalar common

FulfillmentItemComponent.product ● Product! non-null object products

FulfillmentItemComponent.productId ● ID! non-null scalar common

FulfillmentItemComponent.quantity ● Int! non-null scalar common

FulfillmentItemComponent.updatedAt ● ISO8601DateTime! non-null scalar common

Member Of

FulfillmentItem object