A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi Shopify Partners Team,
I am using the Create Checkout API (https://shopify.dev/api/admin-rest/2022-01/resources/checkout#[post]/admin/api/2022-01/checkouts.jso... and found a weird bug.
If I include a custom item in the "line_items" array, custom => true and with grams => 1000, after creating the checkout, the custom item will have a grams value of "0" , which causes Shipping rate calculation to be different, and this has made merchants using my app to lose money on shipping.
Can you take a look on this issue? I will really appreciate it.