We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884852e commit 87e7893Copy full SHA for 87e7893
components/shopify_developer_app/actions/create-order/create-order.mjs
@@ -154,7 +154,7 @@ export default {
154
shippingLines: utils.parseJson(this.shippingLines),
155
},
156
});
157
- $.export("$summary", `Created new order with ID \`${response.orderCreate.orderid}\``);
+ $.export("$summary", `Created new order with ID \`${response.orderCreate.order.id}\``);
158
return response;
159
160
};
0 commit comments