You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should be getting back to this in a few weeks, and can look at this then. In the meantime, you may just have to serialise the array at one end and unserialise it at the other end (using json_encode/json_decode).
Whilst testing using PostMan, we're trying to post values to an array stored in custom meta using the following:
{
"product": {
"custom_meta" : {
"_price_custom": {
"price": "20",
"break": "5",
"break_price": "15"
}
}
}
}
Unfortunately it's not playing ball - I know you mention that the structure is currently defined, but is there a way of still doing this?
Thanks
The text was updated successfully, but these errors were encountered: