A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
$draftOrder = new DraftOrder($shopifySession);
$draftOrder->line_items = $line_items;
$draftOrder->customer = ["id" => $customer_id];
$response = $draftOrder->save();
dd($response) // OBJECT WAS CREATED BUT THE RESPONSE IS NULL