Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Create a salesOrder and CashSale using the REST API
I need to create a SalesOrder, ItemFulfillment, and a CashSale record in Netsuite for accounting purposes, using the REST API to represent a credit card transaction that already took place in one of our applications. The payment details use a Custom Form installed by the payment processing vendor. From Postman, I'm sending the following JSON to this endpoint: https://99990-sb1.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder
I was hoping to get the new Id from the salesOrder from this post call, so I can create a ItemFulfillment and a corresponding CashSale record. I also need to figure out how to move the orderStatus from PendingFulfillment to Billed in this process. The paymentMethod, the creditCardNumber and the CVV are not getting set/saved - perhaps there is a permissions setting that preventing from being displayed in NS? Is it possible to create a salesOrder, itemFulfillment, and cashSale all in one request?