#elleschu

1 messages ยท Page 1 of 1 (latest)

mossy fogBOT
gleaming turret
#

Hello, it is possible. Looking in to the format for that now

#

When you say key duplicate, do you mean that you have some object where the metadata hash has two entries that seem to have the same key?

uneven thunder
#

I mean I have 2 product meta dara with the same key name

gleaming turret
#

Can you send me the ID of that product? (prod_123...)

#

What client library are you using here? It looks like you can usually unset a value by updating the metadata and passing null for the value of they key

#

A C# example I found:

  metadata: {
    foo: null,
  },
});```
uneven thunder
#

I confirm that the meta is on the product and not the princing in my case ๐Ÿ™‚

gleaming turret
#

I actually only see one value for that key, though I'm not sure if you already deleted and re-added it

uneven thunder
#

Hum no I couldn't delete anything

silk moon
#

๐Ÿ‘‹ stepping in

#

@uneven thunder hows it going here?

#

Still need help with removing metadata?

#

You set an empty string or null as noted above