Dispatch Track APIs

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