Chilkat Examples

ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual FoxProXojo Plugin

Node.js Examples

Web API Categories

ASN.1
AWS KMS
AWS Misc
Amazon EC2
Amazon Glacier
Amazon S3
Amazon S3 (new)
Amazon SES
Amazon SNS
Amazon SQS
Async
Azure Cloud Storage
Azure Key Vault
Azure Service Bus
Azure Table Service
Base64
Bounced Email
Box
CAdES
CSR
CSV
Certificates
Code Signing
Compression
DKIM / DomainKey
DNS
DSA
Diffie-Hellman
Digital Signatures
Dropbox
Dynamics CRM
EBICS
ECC
Ed25519
Email Object
Encryption
FTP
FileAccess
Firebase
GMail REST API
GMail SMTP/IMAP/POP
Geolocation
Google APIs
Google Calendar
Google Cloud SQL
Google Cloud Storage
Google Drive
Google Photos
Google Sheets
Google Tasks
Gzip
HTML-to-XML/Text
HTTP

HTTP Misc
IMAP
JSON
JSON Web Encryption (JWE)
JSON Web Signatures (JWS)
JSON Web Token (JWT)
Java KeyStore (JKS)
MHT / HTML Email
MIME
MS Storage Providers
Microsoft Graph
Misc
NTLM
OAuth1
OAuth2
OIDC
Office365
OneDrive
OpenSSL
Outlook
Outlook Calendar
Outlook Contact
PDF Signatures
PEM
PFX/P12
PKCS11
POP3
PRNG
REST
REST Misc
RSA
SCP
SCard
SFTP
SMTP
SSH
SSH Key
SSH Tunnel
ScMinidriver
SharePoint
SharePoint Online
Signing in the Cloud
Socket/SSL/TLS
Spider
Stream
Tar Archive
ULID/UUID
Upload
WebSocket
XAdES
XML
XML Digital Signatures
XMP
Zip
curl

 

 

 

(Node.js) Add order to a ShippingEasy account

Adds an order to a ShippingEasy account (calls the ShippingEasy REST API).

Install Chilkat for Node.js and Electron using npm at

Chilkat npm packages for Node.js

Chilkat npm packages for Electron

on Windows, Linux, MacOSX, and ARM

var os = require('os');
if (os.platform() == 'win32') {  
    if (os.arch() == 'ia32') {
        var chilkat = require('@chilkat/ck-node21-win-ia32');
    } else {
        var chilkat = require('@chilkat/ck-node21-win64'); 
    }
} else if (os.platform() == 'linux') {
    if (os.arch() == 'arm') {
        var chilkat = require('@chilkat/ck-node21-arm');
    } else if (os.arch() == 'x86') {
        var chilkat = require('@chilkat/ck-node21-linux32');
    } else {
        var chilkat = require('@chilkat/ck-node21-linux64');
    }
} else if (os.platform() == 'darwin') {
    if (os.arch() == 'arm64') {
        var chilkat = require('@chilkat/ck-node21-mac-m1');
    } else {
        var chilkat = require('@chilkat/ck-node21-macosx');
    }
}

function chilkatExample() {

    // This requires the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.
    var success;

    // First create the JSON for the order.
    // See https://shippingeasy.readme.io/v1.0/docs/creating-a-signature
    // for sample JSON.  
    // You may use the online tool at https://tools.chilkat.io/Default.cshtml to 
    // generate the following code by pasting sample JSON into the tool.
    var json = new chilkat.JsonObject();
    json.UpdateString("order.external_order_identifier","ABC-100");
    json.UpdateString("order.ordered_at","2014-01-16 14:37:56 -0600");
    json.UpdateString("order.order_status","awaiting_shipment");
    json.UpdateString("order.subtotal_including_tax","10.00");
    json.UpdateString("order.total_including_tax","10.00");
    json.UpdateString("order.total_excluding_tax","10.00");
    json.UpdateString("order.discount_amount","0.00");
    json.UpdateString("order.coupon_discount","1.00");
    json.UpdateString("order.subtotal_including_tax","0.00");
    json.UpdateString("order.subtotal_excluding_tax","0.00");
    json.UpdateString("order.subtotal_excluding_tax","0.00");
    json.UpdateString("order.subtotal_tax","0.00");
    json.UpdateString("order.total_tax","0");
    json.UpdateString("order.base_shipping_cost","0.00");
    json.UpdateString("order.shipping_cost_including_tax","0.00");
    json.UpdateString("order.shipping_cost_excluding_tax","0.00");
    json.UpdateString("order.shipping_cost_tax","0.00");
    json.UpdateString("order.base_handling_cost","0.00");
    json.UpdateString("order.handling_cost_excluding_tax","0.00");
    json.UpdateString("order.handling_cost_including_tax","0.00");
    json.UpdateString("order.handling_cost_tax","0.00");
    json.UpdateString("order.base_wrapping_cost","0.00");
    json.UpdateString("order.wrapping_cost_excluding_tax","0.00");
    json.UpdateString("order.wrapping_cost_including_tax","0.00");
    json.UpdateString("order.wrapping_cost_tax","0.00");
    json.UpdateString("order.notes","Please send promptly.");
    json.UpdateString("order.billing_company","Acme Inc.");
    json.UpdateString("order.billing_first_name","Fred");
    json.UpdateString("order.billing_last_name","Jones");
    json.UpdateString("order.billing_address","1234 Street");
    json.UpdateString("order.billing_address2","Suite 100");
    json.UpdateString("order.billing_city","Austin");
    json.UpdateString("order.billing_state","TX");
    json.UpdateString("order.billing_postal_code","78701");
    json.UpdateString("order.billing_country","USA");
    json.UpdateString("order.billing_phone_number","512-123-1234");
    json.UpdateString("order.billing_email","test@test.com");
    json.UpdateString("order.recipients[0].first_name","Colin");
    json.UpdateString("order.recipients[0].last_name","Homenick");
    json.UpdateString("order.recipients[0].company","Wintheiser-Hickle");
    json.UpdateString("order.recipients[0].email","charles.crona@okeefe.org");
    json.UpdateString("order.recipients[0].phone_number","637-481-6505");
    json.UpdateString("order.recipients[0].residential","true");
    json.UpdateString("order.recipients[0].address","21937 Adelbert Springs");
    json.UpdateString("order.recipients[0].address2","");
    json.UpdateString("order.recipients[0].province","");
    json.UpdateString("order.recipients[0].state","CT");
    json.UpdateString("order.recipients[0].city","Terryfurt");
    json.UpdateString("order.recipients[0].postal_code","93322");
    json.UpdateString("order.recipients[0].postal_code_plus_4","1234");
    json.UpdateString("order.recipients[0].country","Andorra");
    json.UpdateString("order.recipients[0].shipping_method","Ground");
    json.UpdateString("order.recipients[0].base_cost","10.00");
    json.UpdateString("order.recipients[0].cost_excluding_tax","10.00");
    json.UpdateString("order.recipients[0].cost_tax","0.00");
    json.UpdateString("order.recipients[0].base_handling_cost","0.00");
    json.UpdateString("order.recipients[0].handling_cost_excluding_tax","0.00");
    json.UpdateString("order.recipients[0].handling_cost_including_tax","0.00");
    json.UpdateString("order.recipients[0].handling_cost_tax","0.00");
    json.UpdateString("order.recipients[0].shipping_zone_id","123");
    json.UpdateString("order.recipients[0].shipping_zone_name","XYZ");
    json.UpdateString("order.recipients[0].items_total","1");
    json.UpdateString("order.recipients[0].items_shipped","0");
    json.UpdateString("order.recipients[0].line_items[0].item_name","Pencil Holder");
    json.UpdateString("order.recipients[0].line_items[0].sku","9876543");
    json.UpdateString("order.recipients[0].line_items[0].bin_picking_number","7");
    json.UpdateString("order.recipients[0].line_items[0].unit_price","1.30");
    json.UpdateString("order.recipients[0].line_items[0].total_excluding_tax","1.30");
    json.UpdateString("order.recipients[0].line_items[0].weight_in_ounces","10");
    json.UpdateString("order.recipients[0].line_items[0].product_options.pa_size","large");
    json.UpdateString("order.recipients[0].line_items[0].product_options.Colour","Blue");
    json.UpdateString("order.recipients[0].line_items[0].quantity","1");

    // Replace these values with your actual apiKey and apiSecret.
    // (These are not valid values..)
    var storeApiKey = "569dc30d267f2c4d1f85f9920b2bf9f4";
    var apiKey = "f9a7c8ebdfd34beaf260d9b0296c7059";
    var apiSecret = "d3e9f8737d7196b1271a725f89e2156672bc1d900a25e6e0c1364e2f7a20f605";

    // Our request will be sent to:
    // https://app.shippingeasy.com/api/stores/:store_api_key/orders
    // The path part of this request is: /api/stores/:store_api_key/orders

    // See https://shippingeasy.readme.io/v1.0/docs/authentication-signing-requests
    var sbSigStr = new chilkat.StringBuilder();
    sbSigStr.Append("POST&/api/stores/");
    sbSigStr.Append(storeApiKey);
    sbSigStr.Append("/orders&");
    sbSigStr.Append("api_key=");
    sbSigStr.Append(apiKey);
    sbSigStr.Append("&api_timestamp=");

    var dt = new chilkat.CkDateTime();
    dt.SetFromCurrentSystemTime();
    sbSigStr.Append(dt.GetAsUnixTimeStr(false));
    sbSigStr.Append("&");

    json.EmitCompact = true;
    json.EmitSb(sbSigStr);

    // Calculate the HMAC-SHA256 of the API Signature String using the API Secret as the HMAC key.
    var crypt = new chilkat.Crypt2();
    crypt.MacAlgorithm = "hmac";
    crypt.EncodingMode = "hex";
    crypt.SetMacKeyString(apiSecret);
    crypt.HashAlgorithm = "sha256";

    var sbSignature = new chilkat.StringBuilder();
    sbSignature.Append(crypt.MacStringENC(sbSigStr.GetAsString()));
    sbSignature.ToLowercase();

    var sbUrl = new chilkat.StringBuilder();
    sbUrl.Append("https://app.shippingeasy.com/api/stores/");
    sbUrl.Append(storeApiKey);
    sbUrl.Append("/orders?");
    sbUrl.Append("api_key=");
    sbUrl.Append(apiKey);
    sbUrl.Append("&api_timestamp=");
    sbUrl.Append(dt.GetAsUnixTimeStr(false));
    sbUrl.Append("&api_signature=");
    sbUrl.Append(sbSignature.GetAsString());

    // Send a POST equivalent the following curl request:
    // 	curl -H "Content-Type: application/json" --data @body.json "https://app.shippingeasy.com/api/stores/27aa472e16faa83dd13b7758d31974ed/orders?
    // 	api_key=f9a7c8ebdfd34beaf260d9b0296c7059&
    // 	api_timestamp=1401803554&
    // 	api_signature=c65f43beed46e581939898a78acd10064cfa146845e97885ec02124d7ad648e4"

    var http = new chilkat.Http();
    http.SessionLogFilename = "qa_output/shippingEasy.txt";
    // resp: HttpResponse
    var resp = http.PostJson2(sbUrl.GetAsString(),"application/json",json.Emit());
    if (http.LastMethodSuccess !== true) {
        console.log(http.LastErrorText);
        return;
    }

    console.log("response status code = " + resp.StatusCode);
    console.log("response body:");
    console.log(resp.BodyStr);


}

chilkatExample();

 

© 2000-2024 Chilkat Software, Inc. All Rights Reserved.