GraphQL: Placing Orders
mutation {
placeOrder(by:BY_REF, id: "514421fce84abcb61bd45241", params: {
customer: {
firstName: "Mridang"
lastName: "Agarwalla"
email: "[email protected]"
marketingPermission: false
}
order: {
number: "25435"
orderStatus: "paid"
paymentProvider: "klarna"
ref: "0010"
purchasedItems: [
{
name: "Shoe"
productId: "1"
skuId: "11"
priceCurrencyCode: "EUR"
unitPrice: 22.43
quantity: 1
}
]
}
}) {
id
}
}Working with recommendations
On the Order-Confirmation Page
Last updated
Was this helpful?