That produced 404 error.
I think I can’t set empty title for products with only one sellable right now.
It would be great if you can check that
Thanx
PS:
I’ve checked that product, and I have that sellable with that id present inside:
Veeqo::Product.find(5864196, connection: User.find(6).veeqo_connection)[:sellables].pluck(:id)
D, [2017-10-17T16:13:37.672808 #4] DEBUG -- : User Load (4.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 6], ["LIMIT", 1]]
=> [11216115]
Phil,
Take a look on product with id 8929630.
Sellables look like:
Here I have empty title.
Because I’m here with same problem(duplicating product titles in order).