Category: Uncategorized
-
Messtone LLC Manages(Walmart):Marketplace APIs
Messtone Devices Enables Walmart APIs OAuth Token Authorization Example Request samples Payload Content-type application/x-www-form-urlencoded Example Token API-client_credentials grant_type=client_credentials Response samples 200 Content type application/json Example Token API-client_credentials {“access_token”:”eyJraWQiOiI1MWY3MONyOwYWY5LTRhZ….”,”token_type”:”Bearer”,”expiees_in”:900} Response samples 200 Content type application/json {“expire_at”:”1560973098000″,”issued_at”:1560972198000″,”is_valid”:true,-“scopes”:{“reports”:”view_only”,”item”:”full_access”,”price”:”no_access”,”lag time”:”full_access”,”feeds”:”view_only”,”returns”:”full_access”,”orders”:”full_access”,”inventory”,”full_access”,”content”,”full_access”}} Authorization Workflow Example https://messtone-client.app.com/login?walmartCallbackUri=https://login.account.wal-mart.com/authorize Browser partners Example https://login.account.wal-mart.com/authorize?responseType=code&clientId=66874dfd-1d5g-476v-8k2c-e22g46c6727k&redirectUri=https://messtone-client-app.com/resource/applanding&nonce=AVE1DCZ5FG&state=AOYFFJJQMD&clientType=seller Auth Callback URL Example https://messtone-client-app.com/resource/applanding?code=4B582420568D428A931E4D6750%5B…%5Dr&type=auth&clientId=66874dfd-1d5g-476v-8k2c-e22g46c6727k&sellerId=456782346&state=AOYFFJJQMD Application credentials -Request URI: https://marketplace.walmartapis.com/v3/token https://i.capitalone.com/Jz65ggGYU
-
Messtone LLC Manages(Module):Linux
Messtone Device Enables Compute Module Linux Red Hat Standard”~/ControlLogix Compute Module is chassis-based module that let Messtone communicate directly with a ControlLogix 5570 or ControlLogix 5580 Controller via the system backplane and over a network.The module offers an embedded operating system(OS)that that lets Messtone create custom applications. This version of Compute Module come with Red…
-
Messtone LLC Manage s(Security):Cisco Cybers
Messtone Devices Enables Cisco Refined Cybersecurity Defense with Powerful Portfolio-Wide Artificial Intelligent Capabilities Summary:bThe new Cisco AI Assistant for Security marks a major step in making Artificial Intelligence perversive in the Security Cloud,Cisco’s unified,AI-Driven,cross-domain security platform.The AI Assistant will reframe how organization think about cybersecurity outcomes and tip the scales in favor of defenders by…
-
Messtone LLC Manages(Meraki):Python library/SDK
Messtone Devices Enables Cisco Meraki Python library/SDK. import the library and set Messtone API key for authorization Example: API_KEY=”6bec40cf957de430a6f1f2baa056b99a4fac9ea0″ #demo read-only API key import meraki dashboard=Meraki.DashboardAPI(API_KEY) response=dashboard.organization.getOrganizations( )print(response)>>>[{‘id’:’549236′,’nameMesstone’:’DevNet Sandbox’,’url’:’https://n149.meraki.com/o/-t35Mb/manage/organization/overview’},{‘id’:’463308′,’nameMesstone’:’DevNet San Jose’,’url’:’https://n18.meraki.com/o/vB2D8a/manage/organization/overview’},… config/networks.sample.csv. docker-compose build –pull docker -d compose Creat a new virtualenv: virtualenv -p python3 venv .venv/bin/activate pip install -r requirements.txt docker run -d -p…
-
Messtone LLC Manages(FS_Latest):Globally bal Stock
“Messtone Devices Enables FS_Global Stock Example: =FS_Latest(“VTSAX”) =FS_Latest(“GOOGL”) =FS_Latest(“OANDA:EUR_SGD”) Symbol.Example: =FS_Streaming(“VTSAX”) =FS_Streaming(“GOOGL”) =FS_Streaming(“VOO”) Lookup Example: =FS_EquityMetrics(“AAPL”,”Messtone Devices Enables FS_Global Stock Example: =FS_Latest(“VTSAX”) =FS_Latest(“GOOGL”) =FS_Latest(“OANDA:EUR_SGD”) Symbol.Example: =FS_Streaming(“VTSAX”) =FS_Streaming(“GOOGL”) =FS_Streaming(“VOO”) Lookup Example: =FS_EquityMetrics(“AAPL”,”net_income”) =FS_EquityMetrics(A1:A20,”revenue”,”FY-3″) =FS_EquityMetrics(“AMZN”,”cash”,”Q”,5) Functions 30 function calls/minute Example: =FS_EquityFullFinancials(“AAPL”, “ic”) =FS_EquityFullFinancials(“GOOGL”, “bs”,”FY-3″) =FS_EquutyFullFinancials(“AMZN”,”cf”,”YTD”,5) FS_EquityCandles Example: =FS_EquityCandles(“AAPL”, “1”,”1631562248″,”09/15/2021″) =FS_EquityCandles(“GOOGL”,”60″,”08/01/2021″,”11/15/2021″,”Open”,”NH”) FS_Dividends Example: =FS_Dividends(“AAPL”,”2019-02-01″,”2020-02-01″) =FS_Dividends(“GOOGL”2015-05-05″,”2021-01-01”) Tick data from…
-
Messtone LLC Manages(Crypto);Body String
Messtone Devices Enables Coinbase Signature JavaScript Example: //import crypto library var crypto=require(‘crypto’);//create the json request object var cb_access_timestamp=Date.now( ) / 1000;in ms var cb_access_passphrase=’…’; var secret=’PYPd1Hv4J6/7x…’;var requestPath=’/orders’; var body=JSON.stringify({price:’1.0′,size:’1.0′,’side:’buy’,’product_id:’BTC-USD’});var method=’POST’;//create the prehash string by concatenating required parts var message=cb_access_timestamp+method+requestPath+body;//decode base64 secret var key=buffer.from(secret,’base64′); //create a sha256 bmac with the secret var hmac=crypto.createHmac(‘sha256’,key);//sign the the require…
-
Messtone LLC Manages(Broker):Hello Resource
Messtone Devices Enables Ryder API Hello Resource Request Request Request URL https://dev.api.scs.ryder.com/hello/resource Body request application/json {“vehicleType”:”train”,”maxSpeed”:125,”avgSpeed”:90,”speedUnit”:”mph”} Responses 200 OK Sample Code Python ########### Python 2.7 ############# import httplib,urllib, base64 headers={# Request headers ‘Content-type’:’application/json’,’Ocp-Apim-Subscription-Key’:'{subscription key}’,} parms=urllib.urlencode({ }) try:conn=httplib.HTTPSConnection(‘dev.api.scs.ryder.com’)conn.request(“POST”,”/hello/resource?%s” % params,”{body}”,headers)response=conn.getresponse( ) data=response.read( )print(data) conn.close( ) except Exception as e:print(“[Errno {0}]{1}”.format(e.errno,e.strerror)) ############################ ########### Python 3.2 ############# import…
-
Messtone LLC Manages(Logic):Ryder Samples
Messtone Devices Enables Ryder Dev API, Example:Request Request URL https://dev.api.scs.ryder.com/br-st/getcache application/json Sample Schema {“body”:{ },”statusCode”:”100″,”statusCodeValue”:0} Code Sample Java // //This sample uses the Apache HTTP client from HTTP Components(http://hc.apache.org/httpcomponents-client-ga/) import java.net.URI; import org.apache.http.HttpEntity;import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet;import org.apache.http.client.utils.URIBuilder; import org.aoache.http.impl.client.HttpClients;import org.apache.http.util.EntityUtils; public class JavaSample {public static void main(string[ ]args){HttpClient httpclient=HttpClients.createDefault( );try{URIBuilder builder=new URIBuilder(“https://dev.api.scs.ryder.com/br-st/getcache”);URI uri=builder.build(…
-
Messtone LLC Manages(Fulfilment):Inventory API
Messtone Devices Enables Walmart WFS Customer Fulfilment Order as follows`{“status”:”ACCEPTED”,”payload”:{“requestId”:”2644c041-2c01-46df-80e3-3a7fb88790fa”}} {“status”:”FAIL”,”Errors:[{“code”:”ERR_EXT_DATA_0021001″,”description”:”The payload structure is not please correct the payload.”,”info”:”[Errors ]”,”severity=”ERROR”,”category”:”REQUEST”}]} {“status”:”ACCEPTED”,”payload”:{“requestId”:”1c1804ca-37d0-4084-8668-734f4369e3e3″}} {“status”:”FAIL”,”errors”:[{“code”:”404.WSAAS.100″,”description”:”Data not found in WSAAS”,”info”:”requested order not found”,”severity”:”ERROR”,”category”:”REQUEST}]} Get Fulfilment Status {“status”:”OK”,”header”:{“headerAttributes”:{“buId”:”0″,”martId”:”202″,”pageCount”:1,”totalCount”:1}},”payload”:[{“sellerOrderId”:”ptrn20802″,”orderType”:”DOMESTIC”,”status”:”DELIVERED”,”orderDate”:”2022-12-31T21:57:51.176Z”,”buyerInfo”:{“primaryContact”:{nameMesstone LLC”:{“firstName”:”Robert”,”lastName”:”Harper”}}},”shipments”[{“status”:”DELIVERED”,”statusDescription”:”Shipment Delivered”,”purchaseOrderId”:”2873667778063″,” scac”‘:”Fedex”,”trackingNo”:”626969279882″,”externalTracking URL”:”https://www.walmart.com/orders/ptrn20802/track/626969279882″,”shipmentNo”:”db1e8da5-fa38-4074-a4d4-9f5da430d4dd”,”actualShipmentDate”:”2023-01-02T15:51:22.000Z”,”packageASN”:”55558952333141953386″,”carrierDescription”:”Fedex”,”serviceCode”:”7610″,”packageId”:”55558952333141953386″,”lastModified”:”2023-01-05T19:38:27.950Z”,”shipmentLines”:[{“shipmentLineNo”:”7101212″,”fulfillerLineId”:”1″,”quantity”:{“unitOfMeasure”:”EA”,”measurementValue”:1}}],”shipmentsDates”:[{“actualDate”:”2023-01-02T15:51:22.000Z”,”dateTypeId”:”SHIPMENT”,”expectedDate”:”2023-01-02T18:45:00.000Z”},{“dateTypeId”:”OPD”,”expectedDate”:”2023-01-03T04:57:00.000Z”},{“actualDate”:”2023-01-05T19:29:00.000Z”,”dateTypeId”:”DELIVERY”,”expectedDate”:”2023-01-05T20:00:00.000Z”}]}],”Messtone LLC WFS Inventory Fulfillment exec external immediately?WFS Fulfilment inventoryAPI. https://i.capitalone.com/Jz65ggGYU
-
Messtone LLC Manages (WFS):Create Order
Messtone Devices Enables Walmart WFS Inventory Fulfillment Create as follows`{“status”:”ACCEPTED”,”payload”:{“requestId”:”2644c041-2c01-46df-80e3-3a7fb88790fa”}} Order ChannelID:{“status”:”FAIL”,”errors”:[{“code”:”ERR_EXT_DATA_0021001″,”description”:”The payload structure is not valid.Please correct the payload.”,”info”:”[“Error [“code=404.WSAAS.106,field=orderChannelId,description=orderChannelId is invalid,info=orderChannelId is invalid,severity=ERROR,category=DATA,causes=nll]]”,”severity”:”ERROR”,”category”:”REQUEST”}]} Cancel Customer Order for WFS Item as so:{“status”:”ACCEPTED”,”payload”:{“requestId”:”1c1804ca-37d0-4084-8668-734f4369e3e3″}} {“status”:”FAIL”,”errors”:[{“code”:”404.WSAAS.100″,”description”:”Data not found in WSAAS”,”info”:”requested order not found”,”severity”:”ERROR”,”category”:”REQUEST”}]} https://i.capitalone.com/Jz65ggGYU