Out now! Check out the Poll results: Do you have a Shopify store?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

REST API create and update product have differ product tagging rules

REST API create and update product have differ product tagging rules

Vostario
Tourist
12 0 2

Create product:  

 

"product" => [
"title" => "Burton Custom Freestyle 151",
"body_html" => "<strong>Good snowboard!</strong>",
"vendor" => "Burton",
"product_type" => "Snowboard",
"tags" => ["Barnes & Noble", "Big Air", "John's Fav"]                        -- (array)
]


Update product:

 

"product" => [
"id" => 632910392,
"tags" => "Barnes & Noble, John's Fav"                                               --(string)
]

Replies 0 (0)