No content to show
User Activity
Yer... any more news on this...? This is mind boggling we have no control over the default method or sort order.... Can someone at Shopify sort this out please ASAP
08-13-2022
Lol wow. OK.. Is there some good reason for having constantly random changing gid's for metafields.? This has just made the process of updating a few thousand products with hundreds of metafields 10 times harder
08-12-2022
Hi guys I am using : {product(id: "gid://shopify/Product/6806329950293") {availablePublicationCountmetafields(first: 5) {edges {node {idkeyvaluedescription}}}}} And the gid for the metafield keeps changing!: "metafields": {"edges": [{"node": {"id": "...
08-01-2022
Hi guys .. I cannot see a way to do this but is it possible to run a GraphQL mutation to delete ALL images for a product?I need to regularly do a refresh for a product.The way it stands, it seems I will have to do a request to get the existing produc...
07-26-2022
It seems this a Shopify Plus only feature and you have to ask for it to be allowed?
07-26-2022
Hello guys I have the below GraphQL variable to create a product. {
"input" :
{
"productType" : "Single Built In Oven",
"title" : "AEG Single Oven Electric BSK792380B - Black Glass",
"productPublications" :
[
{
"publicati...
Thank you very much for your help.
Hi guys I am trying to work out if it is possible to use the mutations ProductCreate and /or ProductUpdate to create product media if I parse it the URL of the media? Is it possible to do it all in one go? Or do I have to do a ProductUpdate and THEN...
Thanks this got me working now.. mutation {
productCreate(input: {
title:"Test Product 2",
vendor:"AEG",
options: ["Size", "Color"],
variants: [
{
options: ["S", "Rainbow"]
...
Hi guys I am trying to Create (and then update) a simple product with options and stock qty for that variant.. I try the below but I get an error: "message": "Argument 'inventoryItem' on InputObject 'ProductVariantInput' has an invalid value ([{cost:...
Hi Guys... We are currently using ShipperHQ with a Magento store and love all it's features especially the delivery date chooser.Unfortunately for some strange reason the delivery date calendar is absent from the Shopify implementation and it's makin...