Thanks for the rapid response!
I’m just wondering what those custom options key and values mean?
“__Added with Frequently Bought Together button”: “”
“_ZapietId”: “M=S”
Who set these custom options? customers?
Unlike other fields, custom options filed’s keys are dynamic.
Sometimes, custom_options: null, sometimes it has “__Added with Frequently Bought Together button”: “” or “_ZapietId”: “M=S” or both.
It is difficult to make a class for that.
The custom_options examples above are from order id T3JkZXI6MjQ0MjgyNjU1
When we pull the order data, custom_options are always either null, or “__Added with Frequently Bought Together button”: “” ot “_ZapietId”: “M=S” or both and the keys and values are ununderstandable.
So, I’m trying to figure it out that the custom_options is needed to us or not.