1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
How are you expanding it exactly?
Hey, thanks!
Expand = new List<string>() { "data.default_price" }
Within the ProductCreateOptions
I think it needs to just be:
Expand = new List<string>() { "default_price" }