- DATE:
- AUTHOR:
- DealPOS
🔧 DEVELOPER API
DEVELOPER API v12.6.5
DATE:
AUTHOR:
DealPOS
Improvements:
API Invoice - Create an Invoice
Add property in request payload to assign recipient when Fulfillment is Pending
Now you can add Recipients Information directly from Create Invoice API! Here is the list of properties that you can send.
"Recipient": {
"Name": "Ëzzan",
"Address": "Pejaten No. 21",
"Phone": "08154655365",
"City": "Jakarta"
}
learn more about Fulfillment Recipients here.
Bug Fixing:
API Invoice - Create an Invoice
Create Invoice API now assigns original_price previously always 0 (inconsistent experience between creating invoice via UI vs API)
Old Behaviour
New Behaviour