Add Line Item
Add a new line item
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{"message":"Added line item successfully","status":"success"}"SKU": <string- parsed SKU code>,
"Description": <string- raw item description>,
"Date": <date of the line item as a string "YYYY-MM-DD">,
"Order": <integer - Order of the item>,
"Reference": <string- Reference ID for the item>,
"QTY": <decimal number of units>,
"Unit": <unit of measure>,
"Price": <decimal unit price>,
"Amount": <decimal total pricing>,
"Discount": <decimal line item discount amount>,
"Tax_Rate": <the tax rate levied>,
"Tax", <decimal line item tax amount>,
"Type" <inferred product or service string>Last updated