Edit Product
This endpoint is used to edit a product details for invoice plugin
Method
PUT https://api.ninjapay.me/webextension/api/v1/fiat/invoice/product/{id}Parameters
name :
(string)- The name of the product or itemprice :
(number)- The price of the product or itemdescription:
(string)- A detailed description of the product or itemcurrency:
(string)- The currency in which the price is denominated
Request Body
Body (application/json)
{
"name": "Orange Gift Box",
"price": 599.5,
"description": "A beautifully curated gift box with assorted items perfect for any occasion.",
"currency": "INR"
}Response
Code Example
Last updated