Error 400 trying to create a shopify collection

Try with this and see if it works,

{
	"smart_collection": {
		"title": "Smart iPods",
		"rules": [{
			"column": "variant_price",
			"relation": "less_than",
			"condition": "20"
		}],
		"image": {
			"src": "http://static.shopify.com/collections/ipod.jpg?0",
			"alt": "iPods"
		}
	}
}
1 Like