CreatePurchaseOrderInput
Autogenerated input type of CreatePurchaseOrder
input CreatePurchaseOrderInput {
brandId: ID @deprecated
clientMutationId: String
contactId: ID
costAllocationStatus: POCostAllocationStatusEnum
expectedCompleteDate: ISO8601DateTime
expectedDate: ISO8601DateTime
financialStatus: POFinancialStatusEnum
incoterms: String
paymentTerms: String
poItems: [POItemInput!]
poNumber: String
specialInstructions: String
supplierId: ID
}
Fields
CreatePurchaseOrderInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead.
ID of the brand associated with this Purchase Order.
CreatePurchaseOrderInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CreatePurchaseOrderInput.contactId ● ID scalar common
ID of the contact person for the supplier.
CreatePurchaseOrderInput.costAllocationStatus ● POCostAllocationStatusEnum enum purchase-orders
CreatePurchaseOrderInput.expectedCompleteDate ● ISO8601DateTime scalar common
Expected date of production completion for the Purchase Order.
CreatePurchaseOrderInput.expectedDate ● ISO8601DateTime scalar common
Expected date of delivery for the Purchase Order.
CreatePurchaseOrderInput.financialStatus ● POFinancialStatusEnum enum purchase-orders
CreatePurchaseOrderInput.incoterms ● String scalar common
CreatePurchaseOrderInput.paymentTerms ● String scalar common
CreatePurchaseOrderInput.poItems ● [POItemInput!] list input purchase-orders
List of items to be included in the Purchase Order.
CreatePurchaseOrderInput.poNumber ● String scalar common
Purchase Order number. If not provided, a unique number will be generated.
CreatePurchaseOrderInput.specialInstructions ● String scalar common
CreatePurchaseOrderInput.supplierId ● ID scalar common
ID of the supplier associated with this Purchase Order.
Member Of
supplyCreatePurchaseOrder mutation