Skip to main content
Version: 3.x

orderLinesCreate

Create order lines for an order.

Requires MANAGE_ORDERSpermission.
orderLinesCreate(
id: ID!
input: [OrderLineCreateInput!]!
): OrderLinesCreate

Arguments

orderLinesCreate.id ● ID! non-null scalar

ID of the order to add the lines to.

orderLinesCreate.input ● [OrderLineCreateInput!]! non-null input

Fields required to add order lines.

Type

OrderLinesCreate object

Create order lines for an order.

Requires MANAGE_ORDERSpermission.

Was this page helpful?