Accepting credit cards, warehouses, and shipping and fulfilling orders
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
We have a mobile app that uses the shopify admin api. We use draftOrderCalculate to get available shipping rates. After that we try to create a draftOrder with the selected shipping line but the createDraftOrder mutation returns ready is false and shippingLine is null.
{
id: 'gid://shopify/DraftOrder/x',
name: '',
ready: false,
shippingLine: null
}
Does anyone know why?
Thanks!
Hi, did you find a fix for this? And out of interest, do you have any shipping options set under “carrier and app rates” in the shopify dashboard? We found that this issue is associated with those rates somehow.