draftOrderCreate can't create an order with more than 50 items

Noticed this change in the API a couple of days ago (September 2). I’ve tried with multiple different shopify accounts/store as well as different API versions.

I will go to create a draft order via the draftOrderCreate graphql mutation. If I supply more than 50 line items, the order is created successfully, but upon inspecting the order, the resulting Draft Order truncates any items after the first 50.

No error message is thrown or anything. I’m thinking this is a bug in the API. Hoping someone can address and fix this issue ASAP as we have a lot of systems relying on this to work.

Thanks for any insights.

Hi there :waving_hand:

This is only a visual issue. The order will have been created with all line items specified.

This should be resolved shortly.