The following curls can be used for NetSuite-Dispatch track integration. Get Oauth2 Access Token curl –location ‘https://dtdapi.dispatchtrack.com/api/v1/oauth2/token’ –header ‘Content-Type: application/x-www-form-urlencoded’ –header ‘Accept: application/json’ –header ‘Authorization: Basic {access_token}’ –data-urlencode ‘grant_type=client_credentials’ Delete Orders from DIspatch track curl –location –request DELETE ‘https://dtdapi.dispatchtrack.com/api/v1/delete-order?order_number={dt_order_no}’ –header ‘Accept: application/json’ –header ‘Authorization: Bearer {access_token}’ Get Orders from the dispatch track curl –location ‘https://dtdapi.dispatchtrack.com/api/v1/export’… Continue reading Dispatch Track APIs
Tag: dispatchtracker integration
NetSuite-Dispatch Tracker Scheduled Order Integration
The client needs to make orders in the dispatch tracker system based on the orders scheduled in NetSuite. /** * @NApiVersion 2.1 * @NScriptType MapReduceScript *//************************************************************************************************ * * Map/Reduce Script For Sending SO Details to Delivery Dispatcher ** * * * ********************************************************************************************** * * Author: Jobin and Jismi IT Services * * Date Created :… Continue reading NetSuite-Dispatch Tracker Scheduled Order Integration
Create function on the purchase order to manually send the order to DispatchTrack
It fetches the purchase order details and auto populate it in the dispatchTrack using scripts.