Create orders on POS

Does Shopify POS support using GraphQL to create orders? I know the POS API supports adding items to the cart with addLineItem, but it requires providing a single variantId each time. In contrast, on the web app, I can use draftOrderCreate in GraphQL to create an order with multiple variants in a single line item.

hi @Vincent123hb ,

No, Shopify POS doesn’t support creating orders through GraphQL. POS orders are managed with the POS API, where items must be added individually with addLineItem . The draftOrderCreate mutation in GraphQL is only available for online orders and doesn’t apply to POS.