No content to show
User Activity
I would double check you are using the access key that has that permission. I can't think of any reason that would fail without it being related to the key not having permission.
Hello, I think the problem is that you need to specific the whole ID as opposed to just the number. Try this: {
"uri": "https://myShopify.com/admin/api/2023-01/inventory_levels/set.json",
"method": "POST",
"headers": {
"Accept": "...
10-31-2023
Thanks Liam. That is what I expected. Quick follow-up question, I am trying to get the inventory items, so I can see if each sku has the correct amount of locations. Not every SKU in each product is the same, but often start with a similar pattern. I...
10-27-2023
Hello, I am having an issue, where I have a created a new location, and when I go to update the inventory levels for all the locations, the newly created location is not getting an inventory level created for it. I am using this GraphQL query: mutati...
10-24-2023
I am trying to create a giftcard in Shopify's checkout extension. The goal is to have a user enter a code, and it will create a gift card that will be added to the order. I am currently stuck creating the gift card. I have the mutation below to creat...
09-01-2023
Hey Liam, Thanks for the advice. Usually my updates were failing completely, and not returning anything at all. Looks like I was messing something else up in the mutation. Thank you!
08-31-2023
Hello, I am currently using the product update GraphQL endpoint to change the tags on a product. Since the product was created some tags have either been changed, removed or added but there is no change to the product's tags. Using the input below, i...
Thank you Liam. This solved my issue using the publications. A quick follow-up question for you, I was wondering if there's a way to send just the sales channels? Each app will have a publication, and in some cases the names of the publications don't...
I am currently trying to publish my product to specific sales channels when I create or update a product. After adding in the productPublications array I'm getting an error about invalid ID, "locations": {"data":{"productUpdate":null},"errors":[{"mes...
Hello, I recently started getting this message when importing items. After some research it looks like this limit is in place to stop people from hammering their systems with item creates. I have a couple questions about this limit and how it's calcu...
Thank you Lizk, that may be the route I end up having to take. Thank you!
07-07-2023
Hello, I have been looking into setting up gift cards with a third party system. I am hoping to make the existing system the master, as gift cards already exist there, and can be purchased in store and used there. I would also like those gift cards t...
07-07-2023
Hello Liam, Thanks for the response. As for your first point, gift cards do have an update endpoint. However, you cannot update the ID, which is maybe what you were trying to say. However there is also a gift card create endpoint. I was hoping to be ...
07-05-2023
I am currently attempting to modify gift cards after they are purchased. My end goal would be to, before fulfillment and the gift card is sent to the customer, manually set the gift card code from my own generated numbers. So far using a webhook I am...
Thanks for the quick response. Yeah this seems to be it. I had more than two stores in my shop, and it worked previously for the first, third and fourth alphabetically, but not the second. Very odd, but now it works for all four! So it must have been...