Partial update a store product by IDAsk AIpatch https://example.com/integrate/api/v1/store-products/{store_id}/{product_id}/Update one or more fields on an existing store product.Path Paramsstore_idstringrequiredThe (child) Store ID to assign this product to. If not provided the api token's associated store will be used.product_idstringrequiredA unique ID for the product as a stringQuery ParamsattributesstringrequiredA valid json object that contains attribute -> value mappings for any store product attributes resolved by the products category.Responses 200Store Product 404Not FoundUpdated over 5 years ago