Update ProductAsk AIput https://api.fera.ai/v3/private/products/{id}Update data for a specific product.Path ParamsidstringrequiredID of the product you want to update. External ID is also accepted hereBody ParamsObject creation attributes.external_idstringnamestringName/title of the product.urluriURL to the product's detail page in the store. Returns null if the product is unpublished or deleted.thumbnail_urluriURL to a small (300x300px) photo of the product.pricefloatPrice of the product.skustringThe SKU of the product. This is used in Google Shopping reviews data.global_idstringThe global ID of the product. This is used in Google Shopping reviews data.upcstringThe Universal Part Code of the product. This is used in Google Shopping reviews data.gtinstringThe Global Trade Item Number of the product. This is used in Google Shopping reviews data.mpnstringThe Manufacturer Part Number of the product. This is used in Google Shopping reviews data.barcodestringThe barcode of the product. This is used in Google Shopping reviews data.brandstringThe brand of the product. This is used in Google Shopping reviews data.handlestringThe URL handle (AKA URL key, AKA slug) that can be used to generate a URL to the product. This will be used to generate a URL to the product if a URL is not specified. Example: example.com/us/HANDLE.tagsarray of stringsArray of tags that describe the product. You can use these tags to exclude certain products from being reviewed.tagsADD stringstocknumberTotal inventory stock available for purchase of the product (cumulative across all variants).Responses 202Successful response 404Not found error 422Validation errorUpdated about 1 year ago