Skip to content
Advertisement

Tag: velo

PHP CURL syntax for WIX

I’m using Wix’s API to query products. I’ve made progress converting their examples to PHP but am stumped with their filtering method. For example, this basic query: works fine when rewritten as: But I’m having trouble filtering to a specific collection. Here’s their example: And here’s my interpretation of it ($collection is my variable to replace the fixed value in

Advertisement