No content to show
User Activity
11-22-2021
Ok - I did make a mistake, I didn't update the API token when I uninstalled the app and re-installed it. Deleting the app, and re-installing from scratch was required for some reason though.
11-22-2021
This doesn't make any sense. { draftOrders(first: 10) { edges { node { id } } } }Returns: Access denied for draftOrders field. I deleted the custom app and re-installed it, verified that the oAuth URL generated included the correct scopes for draft ...
11-22-2021
I'm receiving this error when trying to run the following GraphQL mutation: {
"query":"mutation draftOrderCalculate($input: DraftOrderInput!) { draftOrderCalculate(input: $input) { userErrors { field message } calculatedDraftOrder { totalTax } } ...
Hello, I'm implementing an off-Shopify sales channel, and want to get a list of Shipping Rates for a shopping cart. It's possible to do this for stores that have ShippingZones configured, but I'm a little stumped at how I would do this for a store th...