Create a new priceAsk AIpost https://example.com/integrate/api/v1/prices/Create a new price for a product. The fields label, active_date and expiry_date must be unique across all prices for a product.Query Paramsproduct_idstringrequiredThe ID of the product this price belongs tolabelstringrequiredThe label for this pricepricestringrequiredThe actual price as a decimal numberactive_datestringrequiredThe datetime that this price applies from. ISO 8601 formatted.expiry_datestringDefaults to nullThe datetime that this price is no longer applicable. If null price will never expire. ISO 8601 formatted.approvedbooleanDefaults to falseWhether the price is approvedtruefalseResponses 201Created price 400Bad requestUpdated over 5 years ago