Update productAsk AIput https://www.pelcro.com/api/v1/core/products/{id}Update an existing product.Path Paramsidint32requiredProduct ID.Query Paramssite_idint32requiredThe unique identifier of the site associated with your account.Body Paramsnamestringlength between 3 and 250Product name displayed on the site.address_requiredbooleanWhether a shipping address is required when subscribing to plans under this product.truefalsedescriptionstringlength ≤ 1500Customer-facing product description.name_internalstringlength between 3 and 250Internal reference name (not visible to customers).languagestringenumProduct language locale.en_USfr_CAit_ITko_KRes_ESAllowed:en_USfr_CAit_ITko_KRes_EScountriesarray of stringsArray of ISO country codes to restrict the product to.countriesADD stringstatement_descriptorstringlength ≤ 22Text that appears on customer bank statements. Letters, numbers, and spaces only.imagefileProduct image file upload.is_hiddenbooleanWhether the product is hidden from public display.truefalseis_importedbooleanWhether the product was imported from an external system.truefalsetax_codestringAvaTax tax code for the product. See https://taxcode.avatax.avalara.com/ for valid codes.old_provider_idstringlength ≤ 191External product ID from a previous provider. Must match import_unique_id if both are set.import_unique_idstringlength ≤ 191Unique import identifier. Must match old_provider_id if both are set. Unique per account.revenue_recognition_strategystringenumRevenue recognition strategy. Only applies to accounts using Pelcro's Billing Engine (https://docs.pelcro.com/docs/our-billing-engine). Accepts: creation (recognize on creation) or payment (recognize on payment).creationpaymentAllowed:creationpaymentHeadersAuthorizationstringrequiredDefaults to Bearer eyJ***Responses 200Success. 400Invalid request. 401Unauthenticated. 404Not found.Updated 5 days ago