Skip to main content

CreatePendingOrderInput

Autogenerated input type of CreatePendingOrder

input CreatePendingOrderInput {
billToAddress: AddressInput
billToCompany: String
billToEmail: String
billToName: String
billToPhone: String
brandId: ID
clientMutationId: String
customerId: ID
expectedDeliveryDate: ISO8601DateTime
expectedShipDate: ISO8601DateTime
financialStatus: String
giftMessage: String
orderItems: [OrderItemInput!]
orderMetadata: JSON
orderNotes: [NoteInput!]
orderNumber: String
orderTags: [String!]
originalCarrierService: String
requestedCarrierServiceId: ID
requestedCarrierServiceName: String
responsibleId: ID
routingStrategy: [String!]
salesChannelId: ID
selectedCarrierId: ID
selectedCarrierServiceId: ID
shipToCompany: String
shipToEmail: String
shipToName: String
shipToPhone: String
shipToSameAsBillTo: Boolean
shippingAddress: AddressInput
shippingCarrierService: String
shippingCost: Float
totalTax: Float
}

Fields

CreatePendingOrderInput.billToAddress ● AddressInput input

The address where the bill will be sent to.

CreatePendingOrderInput.billToCompany ● String scalar

The company of the person who will receive the bill.

CreatePendingOrderInput.billToEmail ● String scalar

The email of the person who will receive the bill.

CreatePendingOrderInput.billToName ● String scalar

The name of the person who will receive the bill.

CreatePendingOrderInput.billToPhone ● String scalar

The phone of the person who will receive the bill.

CreatePendingOrderInput.brandId ● ID scalar

The brand ID. This parameter is optional, but if not provided, you should provide the header 'X-Brand-Id' with the brand ID.

CreatePendingOrderInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreatePendingOrderInput.customerId ● ID scalar

The customer ID to associate with the order.

CreatePendingOrderInput.expectedDeliveryDate ● ISO8601DateTime scalar

The expected delivery date for the order.

CreatePendingOrderInput.expectedShipDate ● ISO8601DateTime scalar

The expected ship date for the order.

CreatePendingOrderInput.financialStatus ● String scalar

The financial status of the order.

CreatePendingOrderInput.giftMessage ● String scalar

A gift message for the order.

CreatePendingOrderInput.orderItems ● [OrderItemInput!] list input

The items that are part of the order.

CreatePendingOrderInput.orderMetadata ● JSON scalar

The metadata that is part of the order. This metadata can be used to store additional information about the order.

CreatePendingOrderInput.orderNotes ● [NoteInput!] list input

The notes that are part of the order.

CreatePendingOrderInput.orderNumber ● String scalar

The order number. This order number must be unique in the brand context. If not provided, the system will generate a unique order number.

CreatePendingOrderInput.orderTags ● [String!] list scalar

The tags that are part of the order.

CreatePendingOrderInput.originalCarrierService ● String scalar

The original carrier service name.

CreatePendingOrderInput.requestedCarrierServiceId ● ID scalar

The requested carrier service ID.

CreatePendingOrderInput.requestedCarrierServiceName ● String scalar

The requested carrier service name.

CreatePendingOrderInput.responsibleId ● ID scalar

The responsible ID for the order. This parameter is optional, but if provided, it should be a party id and the party must be a person.

CreatePendingOrderInput.routingStrategy ● [String!] list scalar

The routing strategy for order fulfillment.

CreatePendingOrderInput.salesChannelId ● ID scalar

The sales channel ID for the order. If not provided, the system may use a default channel.

CreatePendingOrderInput.selectedCarrierId ● ID scalar

The selected carrier ID for shipping.

CreatePendingOrderInput.selectedCarrierServiceId ● ID scalar

The selected carrier service ID for shipping.

CreatePendingOrderInput.shipToCompany ● String scalar

The company of the person who will receive the order.

CreatePendingOrderInput.shipToEmail ● String scalar

The email of the person who will receive the order.

CreatePendingOrderInput.shipToName ● String scalar

The name of the person who will receive the order.

CreatePendingOrderInput.shipToPhone ● String scalar

The phone of the person who will receive the order.

CreatePendingOrderInput.shipToSameAsBillTo ● Boolean scalar

Indicates if the bill to address is the same as the ship to address.

CreatePendingOrderInput.shippingAddress ● AddressInput input

The address where the order will be shipped to.

CreatePendingOrderInput.shippingCarrierService ● String scalar

The shipping carrier service name.

CreatePendingOrderInput.shippingCost ● Float scalar

The shipping cost for the order.

CreatePendingOrderInput.totalTax ● Float scalar

The total tax amount for the order.

Member Of

createPendingOrder mutation