Mar 3, 2021
Good day, I have a question regarding the abilities of Shopify's APIs. More specifically, I'd like to know whether it is possible, through any API, to change, manage and edit the items below...
No content to show
User Activity
03-02-2021
Update: Fixed it, you needed the `locationGroup` and `locationGroupZone` IDs for this to work.This is the working query: mutation {
deliveryProfileUpdate(
id: "{dp_id}",
profile: {
...
03-02-2021
Hi, I'm attempting to manage and change the shipping zone and rate for a Shipping Profile. My GraphQL query looks like this: mutation {
deliveryProfileUpdate(
id: "{dp_id}",
profile: {
...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1828 | 03-02-2021 05:45 PM |