No content to show
User Activity
Use the locationAdd mutation of the GraphQL API. It is listed under the "Store Properties" menu on the GraphQL API section of the docs website. https://shopify.dev/docs/api/admin-graphql/2023-01/mutations/locationAdd
For those that come across this like I did, you can now add, edit, delete, activate and deactivate locations using the GraphQL API and it's mutations. locationAdd, locationEdit, and so on.
05-03-2022
To be more specific, forget about the Python SDK for the moment, what is the API equivalent of navigating to a variant, clicking Edit Locations and unchecking the box on one of them?
05-02-2022
We seem to be having a similar problem to this person: https://community.shopify.com/c/shopify-apis-and-sdks/cannot-destroy-inventory-level-can-t-fulfill-orders-with-single/m-p/641074 And I swear we got the .connect(relocate_if_necessary=True) thing...
05-02-2022
Shopify POS is showing two locations for each product. Headquarters is one and never has inventory, <insert store name here> is the other and is the one we always choose when checking someone out. Can you remove the Headquarters location so we don'...