bloyal Integration and API Overview

Size: px
Start display at page:

Download "bloyal Integration and API Overview"

Transcription

1 bloyal Integration and API Overview Last Updated: September 15, 2016 Helping you build loyal customers TM 1 of 10 Copyright bloyal.com. All Rights Reserved

2 1. Introduction bloyal is a cloud based omni-channel customer loyalty and order processing platform that works across channels and devices. A key part of being an omni-channel solution is integration with other systems. bloyal provides an open integration service to enable clients and partners to integrate bloyal with any system. Our goal is to make it easy for you to add bloyal services to your POS application, Ecommerce system, web site, or BackOffice system. This document provides a high level overview of the integration options provided by bloyal along with the integration scenarios they were intended for. For more detail please see one of the following detailed integration guides. Each are made available with a signed NDA with bloyal and can be found in the bloyal API support forum. bloyal-cart-rest-api-guide This document is intended for web designers/developers integrating bloyal into a client s web site. bloyal-pos-integration-guide - This document is intended for POS vendors or BackOffice application vendors developing a connector to bloyal. bloyal-ecommerce-integration-guide This document is intended for Ecommerce vendors developing a connector to bloyal. 2. Integration Use Cases The bloyal APIs were designed around the following primary users and use cases. Custom Web Designers/Developers Web developers either working for a bloyal client or on behalf of a bloyal client to integrate bloyal loyalty and order processing into a client s web site. This is typically a custom one-off integration. See the bloyal-rest-api-guide-v4 for more detailed information. POS Application Vendors POS application vendor integrating the bloyal Loyalty Engine with their POS application as a product integration that is intended to be reused across clients using the POS Application. This is to enable in-flow promotions, loyalty accruals and benefits, and (optionally) POS shipping and pick up orders. See the bloyal-pos-integration-guide for more detailed information. Ecommerce Application Vendors Ecommerce applications integrating bloyal into their ecommerce/web store system as a product integration intending to be reused as a product. This is to enable in-flow promotions, loyalty accruals and benefits within the Ecommerce system cart. Orders can also be submitted to bloyal for fulfillment via any of the bloyal integrated BackOffice applications and fulfillment houses. See the bloyal-ecommerce-integration-guide for more detailed information. BackOffice Application Vendors BackOffice applications or 3 rd party analytics systems needed to update data in bloyal or pull sales transactions from bloyal. 3. API Integration Options bloyal provides the following three integration options depending on your integration use case. 2 of 10 Copyright bloyal.com. All Rights Reserved

3 1. bloyal Snippets TM bloyal snippets provide a simple way to add bloyal functionality to any web site or POS system with minimal or no development. Snippets are mobile responsive and are designed to work with any web or POS system. The functionality of a snippet is fixed and part of the bloyal product but there is some configuration the client can do for enabling and disabling fields, etc bloyal provides the following two types of snippets: Web Snippets A web snippet can either be a snippet of HTML a designer adds to a web site or a link to a bloyal hosted page. The latter Hosted snippet provides advanced functionality without any programming while still enabling the web designer to have total control over the design of the snippet container. POS Snippets POS snippets provide an easy way to provide cashier specific bloyal functionality to a POS system with minimal development. This includes customer signup, global customer editing, club member signup, and support of POS shipping and pickup orders. The POS snippets work in consulting with the Loyalty Engine API. 2. bloyal Cart REST API The Cart API provides web developers with programmatic access to any data associated with snippets so that you have full control over the design, flow, and hosting of a client s web site while leveraging the bloyal platform for loyalty and order processing. 3. bloyal System API The bloyal System API are made up of the bloyal Loyalty Engine TM, bloyal Loyalty Grid TM and bloyal Payment Engine TM. The system API are intended to be used by application vendors to integrate bloyal into an application. The loyalty engine enables you to add the bloyal loyalty and promotions engine inflow of a transaction, process gift cards using the payment engine, and synchronize data between systems using the bloyal grid. Note: Integrations using the system API need to be certified with bloyal. 4. bloyal Cart REST API Overview The bloyal Cart REST API expose entities (resources) via standard URIs. You get an entity resource using an HTTP GET, update an entity using an HTTP PUT, and add a new entity using an HTTP POST. Most of the Cart API resources do not require a separate web service user account. They are limited by what an individual customer (e.g. shopper) can do. The Cart API are enabled for a client via snippet configuration in a client s Loyalty Director account and are accessed using the following URL, where the WebSnippetsApiUrl is from section 6.1 below: {WebSnippetsApiUrl}/[Company]/[SnippetCode] The REST API contain the following resources. Customer Resources The customer resources enable you to log in a customer (e.g. shoppers) and get and set customer data for the logged in customer. /CustomerSession The customer session resource is used to log in a customer and get some basic information about the customer (e.g. loyalty program and club memberships). /Customer The customer resource contains all the information about a customer. It requires that the customer be logged in to 3 of 10 Copyright bloyal.com. All Rights Reserved

4 access. /Balances Returns the gift and loyalty balances for a balance check page on a web site. Cart Resources The cart resources enable you to programmatically use the bloyal shopping cart without any of the cart snippet UI. I.e. you can leverage the bloyal cart processing with your own UI. /ShippingOptions Returns the shipping options available for the store or address. /Cart The cart resource contains all the entities related to a shopping cart (e.g. customer, products and shipments). 5. bloyal System API Overview The information outlined in the following sections is critical to achieving the desired results when integrating with the bloyal platform. 5.1 bloyal System API The System API provide programmatic access to the bloyal engines using RESTful API methods. These are used to develop certified application connectors for bloyal. To access the bloyal System API, an access key will be required for authentication. Please refer to section 3.1 below for information on generating an access key. Listed below are the 3 sets of API available for you to use depending on which part of the bloyal platform you wish to include with your application. The loyalty engine provides the resources necessary to incorporate the bloyal loyalty and promotions engine into any application. These API are exposed using the following base URI, where the LoyaltyEngineApiUrl is from section 6.1 below: {LoyaltyEngineApiUrl}/api/v4/ Loyalty Engine These API focus on providing the key functionality required to integrate in-flow of the transaction. Create and edit customers The loyalty engine allows you to create new customers and manage the information of existing customers. Calculate, Approve and Commit carts The loyalty engine enables you to embed the loyalty and promotions engines in-flow of the transaction for discounts, offers, and loyalty benefits. Visit Transactions The loyalty engine allows you to get the visit types available for a device (e.g. POS register or Ecommerce store) and record visit transactions with bloyal. 4 of 10 Copyright bloyal.com. All Rights Reserved

5 The bloyal grid is a highly scalable integration service provided by bloyal that synchronizes key data between bloyal and 3 rd party applications. The grid makes it easy for channel application vendors (e.g. POS and Ecommerce applications) to omni-channel enable their applications. The grid takes care of most of the heavy lifting required to synchronize data between systems and automatically handles resolutions utilizing bloyal s patent pending Dynamic Resolution Technology TM. These API are exposed using the following base URI, where GridApiUrl is from section 6.1 below: Loyalty Grid {GridApiUrl}/api/v4/ The data that can be synchronized includes, but is not limited to: Product and Inventory data Product Catalogs Customers Club Memberships Sales Transactions Orders Reference Entities - Various other entities Payment Engine The bloyal Payment Engine API expose the ability to integrate bloyal gift card and loyalty tender processing into your application. These API are exposed using the following service endpoint, where PaymentApiUrl is from section 6.1 below: {PaymentApiUrl}/ws35/PaymentEngine.svc 5.2 Key Concepts These are some key concepts/resources relating to the Loyalty Engine and Loyalty Grid APIs. These can also be referred to collectively as the bloyal System APIs. Client Login Domain This is the login domain of the bloyal account being targeted by the bloyal API. Connector Key This is a key value that identifies the specific application (i.e. system) that is issuing bloyal API requests. API Key This is a value used in the generation of an access key and is defined to be at either the Device, Store, or Client level. Access Key This is a key value that is generated from the combination of a connector key and an API key. It is used in conjunction with the client login domain to authenticate access to the bloyal System APIs. Session Key This is a key value that is generated from an access key. It is used to authenticate access to the bloyal POS snippets. System This is used to describe the source system that is being integrated with bloyal. A system could represent a single database, or a collection of databases. 5 of 10 Copyright bloyal.com. All Rights Reserved

6 IMPORTANT: When using the bloyal API, providing a null value or leaving a field out of the request entirely will result in that field being omitted from any entity updates. By contrast, providing an empty value for a field will erase whatever data might have been present in that field previously. Keeping this in mind will help ensure the desired results when using the Loyalty Engine and Grid APIs. 6. bloyal System API Access Information All of the information necessary to access and make use of the bloyal System API is provided below. 6.1 Obtaining bloyal Service URLs A critical requirement to the success of any integration with bloyal is to retrieve the clientspecific service URLs from bloyal. This will provide service endpoints for the bloyal Loyalty Engine, Grid, Payment Engine, and POS Snippets, among others. Retrieval of this information is achieved in one of two ways, depending on the use of bloyal web API or Nuget packages (described below): Using the bloyal web API, a GET request can be issued to the following endpoint: Using the bloyal Nuget packages, the GetServiceUrlsAsync() method is used. Once this information is retrieved, it should be cached in memory for quick access, as the integration components described in this document are directly dependent on the service URLs retrieved. The process to obtain service URLs from bloyal should be performed according to the following: 1. At startup of the integrated system Whenever the external system starts up, bloyal service URLs should be retrieved and cached in memory. 2. Prior to the start of a bloyal integration batch. 3. On a regular schedule (e.g. every 1 hour). If at any point while calling a bloyal service a ServiceRedirect error code is returned, this indicates that the client-specific service URL for that target service has changed and that the cached service URLs should be updated. It is recommended that one of the following happen: Restart the system Since bloyal service URLs should be obtained automatically at startup, restarting the external system will trigger an automatic update and should resolve the ServiceRedirect error. Automatically refresh the service URLs behind the scenes To avoid a system restart or if the external system is a web server that cannot reasonably be restarted, the service URLs could be refreshed automatically and then retry the bloyal communication. 6.2 Generating an Access Key To generate an access key, make a POST request to the following bloyal Grid resource, supplying the appropriate client login domain, connector key, and API key: 6 of 10 Copyright bloyal.com. All Rights Reserved

7 {GridApiUrl}/api/v4/KeyDispenser IMPORTANT: Once an access key has been generated, it should be stored securely and not exposed via any UI. This access key provides API access to the target bloyal account and it is important that this key remain confidential. 6.3 Reference URLs The following URLs provide a reference to the Loyalty Engine and Grid API structure. From these URLs, it is possible to determine the API request and response structure for each available API resource. Loyalty Engine API Reference: Grid API Reference: Identifying external entities When integrating with bloyal, a link is established and maintained between the external system s entities and the corresponding bloyal entities (e.g. a POS transaction or ecommerce order can be linked to a bloyal cart). This link can be in one of three forms: 1. ExternalId This is a globally unique identifier across the entire external system for a given bloyal client. Use this value if the entity has a unique identifier that is guaranteed never to be duplicated. 2. SourceExternalId This is an identifier that is unique only within a given store. 3. Uid This is bloyal s unique identifier for the entity. Use this value if the external system doesn t provide a unique identifier for the entity. The mechanism that is chosen to establish this link should be consistently supplied throughout the integration. Example: For in-flow discounting and customer signup, if ExternalId is chosen to be used as the unique identification field for the external system s transaction or order, then the appropriate ExternalId field will need to be provided when calling the calculate cart command resource. The same ExternalId field should also be provided when launching any bloyal POS snippets and within any backend data integration (i.e. submitting the sales transaction). 6.5 Web API vs. bloyal Nuget Packages The Loyalty Engine and Loyalty Grid are exposed via a set of RESTful API resources, as well as bloyal Nuget packages that provide method wrappers for those RESTful API resources. Both of which are available for use when integrating with bloyal. RESTful Web APIs: For integrations being implemented in non-.net environments, the web APIs can be called directly. These web APIs support standard HTTP request methods (GET, POST, etc.). bloyal Nuget Packages: For integrations being implemented in.net environments (or if this is the preferred method of implementation), bloyal offers Nuget packages for both the Loyalty Engine and Grid. These packages provide asynchronous method wrappers for their respective set of APIs. These Nuget packages can be found on the bloyal public MyGet feeds (see below). (Visual Studio 2015+) (Visual Studio 2012+) 7 of 10 Copyright bloyal.com. All Rights Reserved

8 6.6 SDK Sample Applications We provide two SDK sample applications as experimental tools for working with the bloyal System API. If a bloyal support center account has been provided, the applications can be downloaded from the API Support area of the Help Center forums. If no bloyal support center account has been provided, the applications will be provided separately. Loyalty Engine Sample Application: Both the executable (.exe) file as well as the source code are available for external use. This sample application makes use of the bloyal Loyalty Engine Nuget package (outlined in the above document) and allows for investigation of the Loyalty Engine APIs. Grid Sample Application: Both the executable (.exe) file as well as the source code are available for external use. This sample application makes use of the bloyal Grid Nuget package (outlined in the above document) and allows for investigation of the Grid APIs. 6.7 Examples The figures below demonstrate the structure for issuing calls to both the Loyalty Engine and Grid web API resources. Figure 1: Using the Loyalty Engine to signup a new customer 8 of 10 Copyright bloyal.com. All Rights Reserved

9 Figure 2: Using the Grid to save a product change When using the bloyal Nuget packages instead of issuing requests to the web API directly, the corresponding method wrappers in the Nuget packages for the above web API resources are: /customers/commands/signups SaveCustomerAsync() /Products/Changes SaveChanges<Product>() 9 of 10 Copyright bloyal.com. All Rights Reserved

10 7. bloyal Snippets POS Snippets To leverage existing bloyal API functionality within a fixed HTML framework, the bloyal POS snippets are available. The POS snippets provide basic functionality, such as finding an existing bloyal customer or creating a new customer, applying coupons, and recording a visit, as well as advanced order processing capabilities. All POS Snippets are launched in the same way by POSTing the query string parameters mentioned below to the following base URL, where the POSSnippetsUrl is from section 6.1 above: {POSSnippetsUrl}/POS 7.1 POS Snippet Protocol Use of the POS snippets require the following: 1. The ability to launch an HTML window within the external system 2. Three query string parameters: a. SessionKey This is obtained using an existing access key. b. LoginDomain This is the same as the one used for accessing the Loyalty Engine and/or Grid API. c. CartExternalId, CartSourceExternalId, or CartUid This is any one of the fields described in section 6.4 above. d. CashierCode This is the identifier of the current POS cashier or user. This is used by bloyal to enforce certain cashier vs. manager override configurations. 10 of 10 Copyright bloyal.com. All Rights Reserved

SaaS Retail Software & ecommerce ONE SYSTEM. TOTAL RETAIL.

SaaS Retail Software & ecommerce ONE SYSTEM. TOTAL RETAIL. SaaS Retail Software & ecommerce ONE SYSTEM. TOTAL RETAIL. Cloud SaaS Retail Software MANAGE YOUR ENTIRE RETAIL BUSINESS WITH ONE SYSTEM With so many Cloud-based, SaaS options in the retail software market,

More information

Copyright Basware Corporation. All rights reserved.. Permissions Guide Basware P2P 18.1

Copyright Basware Corporation. All rights reserved.. Permissions Guide Basware P2P 18.1 Copyright 1999-2017 Basware Corporation. All rights reserved.. Permissions Guide Basware P2P 18.1 1 General Permissions 1.1 General Access System (0) This permission gives a user/group access to the system.

More information

Pepperi Plugin for SAP Business One

Pepperi Plugin for SAP Business One Pepperi Plugin for SAP Business One April. 2015 Ver 1.1 Contents 1 Introduction...4 1.1 System Requirements... 4 1.2 Glossary... 4 2 System Architecture...5 3 Overview...6 3.1 Installation and Setup...

More information

Microsoft Dynamics 365. Factsheet

Microsoft Dynamics 365. Factsheet Factsheet SStrategic Solutions NW 1 Amazing customer experiences through intelligent operations Delivering customer experiences is top of mind for every retail organization, and the use of technology is

More information

Buyer's Guide How to select your POS Software

Buyer's Guide How to select your POS Software Buyer's Guide How to select your POS Software 888-TallySoft (888-825-5976) www.tallysoft.com This buyer s guide can be a useful prospecting tool for POS Software comparison and or checklist for decision

More information

B2B ecommerce Requirements

B2B ecommerce Requirements B2B ecommerce Requirements Manufacturing, Distribution & Wholesale 1 Table of Contents 04 06 10 11 14 16 001 Key B2B Concepts 002 Online Store Front-End Requirements 003 Communication / Email Requirements

More information

Microsoft Dynamics 365 for Retail. Solution overview

Microsoft Dynamics 365 for Retail. Solution overview Microsoft Dynamics 365 for Retail July 2017 Dynamics 365 for Retail Dynamics 365 for Retail is an end-to-end retail solution delivering unified commerce across all channels encompassing sales, mobility,

More information

CHAPTER 9 Electronic Commerce Software

CHAPTER 9 Electronic Commerce Software CHAPTER 9 Electronic Commerce Software 2017 Cengage Learning. May not be scanned, copied or duplicated, or posted to a. publicly accessible website, in whole or in part, except for use as permitted in

More information

Ubiquitous Computing in Business Processes Part II

Ubiquitous Computing in Business Processes Part II Ubiquitous Computing in Business Processes Part II Prof. Dr. Lutz Heuser Urban Software Institute Darmstadt November 17 th, 2017 Outline 1. Recap What kind of Business Processes are out there? We can categorize

More information

Celerant Command Retail Multi-Channel Team Sales in ONE System

Celerant Command Retail Multi-Channel Team Sales in ONE System Celerant Command Retail Multi-Channel Team Sales in ONE System Celerant Technology introduces Celerant Command, a real-time software solution that manages all areas of sporting goods dealers with one,

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 4 UPDATE 17D 4 Revision History 4 Overview 4 Optional Uptake of New Features (Opt In) 5 Update Tasks 5 Feature Summary 6 Supply Chain Collaboration 7 Streamline Collaboration

More information

Nomad erpcommerce seamlessly shares data between ecommerce and virtually any ERP software solution.

Nomad erpcommerce seamlessly shares data between ecommerce and virtually any ERP software solution. How It Works Nomad erpcommerce seamlessly shares data between ecommerce and virtually any ERP software solution. This is made possible through APIs and ERP maps, which create a free flow of CONSISTENT

More information

Oracle Commerce Cloud. What s New in the May Release

Oracle Commerce Cloud. What s New in the May Release Oracle Commerce Cloud What s New in the May Release May 2016 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 Give Us Feedback... 4 RELEASE FEATURE SUMMARY... 5 EXPERIENCE AND DESIGN... 6 Developer

More information

Hubspan White Paper: ecommerce Integration

Hubspan White Paper: ecommerce Integration : How Hubspan and CNET ChannelOnline Streamline B2B ecommerce with Punchout GLOBAL INTEGRATION ON DEMAND Executive Summary: with Punchout Streamlining B2B ecommerce improves shopping experience, customer

More information

Oracle Policy Automation The modern enterprise advice platform

Oracle Policy Automation The modern enterprise advice platform Oracle Policy Automation The modern enterprise advice platform Features and benefits August 2017 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in August 2017 release For more information

More information

Sage ERP Accpac Online 5.6

Sage ERP Accpac Online 5.6 Sage ERP Accpac Online 5.6 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: December 1, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

Building Real-time and Responsive Applications on Azure. Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd.

Building Real-time and Responsive Applications on Azure. Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd. Learn. Connect. Explore. Building Real-time and Responsive Applications on Azure Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd. Real-time and Responsive Scenarios Trading Applications

More information

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE Oracle Service Cloud Release 18C New Feature Summary ORACLE TABLE OF CONTENTS Revision History 3 Overview 3 Agent Browser Desktop Automation 3 Workflow Enable Save Option for Workflow Elements 3 Workflow

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Acumatica - Magento Connector Connector Version: 2.2 Supported Acumatica Version: 6.0 Supported Magento Versions: CE 2.1.X and EE 2.1.X Kensium Solutions PHONE 877 KENSIUM (536

More information

Magento Features List

Magento Features List Magento Features List 1 Magento General Feature List Features found in all Magento projects Marketing, Promotions, and Conversion Tools Set related products, up-sells, and cross-sells Set promotional pricing

More information

SuiteCommerce Advanced: Managing Web Stores

SuiteCommerce Advanced: Managing Web Stores SuiteCommerce Advanced: Managing Web Stores Module 01: Course Introduction Module 02: SuiteCommerce Overview 1) Introduction to Omni-Commerce a) Business Challenges 2) What is SuiteCommerce? a) Addressing

More information

Avangate ecommerce Manager

Avangate ecommerce Manager Avangate Manager Grow Online Sales ly Self-Service, Fully Configurable, Fast Time to Market The Only Solution You ll Ever Need Avangate offers the leading digital commerce platform that lets you sell online

More information

BvPOS Extension Features

BvPOS Extension Features BvPOS Extension Features Table of Contents 1. Overview... 3 2. Features:... 4 2.1. Front-end BVPOS essentials... 4 2.2. Take orders & pick out products quickly... 5 2.3. Catalogue Listing... 5 2.4. Process

More information

Microsoft Dynamics AX. Microsoft Dynamics AX. What s new? EMPOWERED by DIGITAL. Microsoft. 1 Microsoft

Microsoft Dynamics AX. Microsoft Dynamics AX. What s new? EMPOWERED by DIGITAL. Microsoft. 1 Microsoft What s new? EMPOWERED by DIGITAL 1 What s new in? EMPOWERED by DIGITAL is s business solution for enterprises that enables people to make smarter decisions quickly with access to real-time insights and

More information

AvaTax Magento 1 Extension. User Guide. v 3.7.1

AvaTax Magento 1 Extension. User Guide. v 3.7.1 AvaTax Magento 1 Extension User Guide v 3.7.1 Table of Contents About Avatax extension Flow and integration with StoreFront Installation Typical Installation Process Installation Process for Legacy Versions

More information

Fulfillment & Distribution

Fulfillment & Distribution Nelix Ultimate An online store front to fill all your e-commerce needs. An in-depth back office solution to automate your business processes Completely customizable and flexible to fill the different needs

More information

Microsoft Dynamics AX. Microsoft Dynamics AX. Factsheet

Microsoft Dynamics AX. Microsoft Dynamics AX. Factsheet Factsheet 1 Amazing customer experiences through intelligent operations Delivering customer experiences is top of mind for every retail organisation, and the use of technology is a talisman for the delivery

More information

PNMsoft SCE July 2016 Product Version 7.5 and above

PNMsoft SCE July 2016 Product Version 7.5 and above PNMsoft Knowledge Base Sequence User Guides PNMsoft SCE July 2016 Product Version 7.5 and above 2016 PNMsoft All Rights Reserved This document, including any supporting materials, is owned by PNMsoft Ltd

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features. Global Roll-out, SAP July, 2018

SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features. Global Roll-out, SAP July, 2018 SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features Global Roll-out, SAP July, 2018 SAP Business One SAP s best selling ERP solution by number of customers Used by 60,000+ customers

More information

e-commerce worksheet Example: Increase total sales $400k or 20%

e-commerce worksheet Example: Increase total sales $400k or 20% e-commerce worksheet OVERVIEW This worksheet is designed to help focus your efforts when building or redesigning an ecommerce website. There are many other factors to consider during this process, but

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Acumatica BigCommerce Connector Connector Version: 6.1 Supported Acumatica Version: 6.1 Kensium Solutions PHONE 877 KENSIUM (536 7486) FAX 312 242 3029 EMAIL info@kensiumsolutions.com

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer SAP C4C

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer SAP C4C About the Tutorial In today s competitive market, it is important to meet customer requirements and align your sales, marketing and service business lines to provide higher customer satisfaction. It is

More information

ecommerce Overview Top Benefits of ecommerce Investing in the Right ecommerce Solution

ecommerce Overview Top Benefits of ecommerce Investing in the Right ecommerce Solution CostSavingsofanIntegrated ecommerceapproach July2011 ecommerce Overview ecommerce has always been about the general ease and simplicity of being able to browse through thousands of inventory items from

More information

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS

SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS SCRIBE WHITE PAPER HOW SCRIBE ONLINE WORKS Introduction Scribe Online is a leading integration platform as a service (ipaas) from Scribe Software. It has a multi-tenant architecture that scales by distributing

More information

PAX Technology, Inc.

PAX Technology, Inc. PAXSTORE Developer Guide Version: 1.04 PAX Technology, Inc. All Rights Reserved. Pref Document Version: 05302017 Document No: N/A Preface Status: []Draft [ ]Release []Modify Copyright 2009, 2020, PAX Technology,

More information

qrd by Create, track and manage QR Code campaigns

qrd by Create, track and manage QR Code campaigns qrd by Create, track and manage QR Code campaigns Professional QR Code Management Our QR Code platform is an all-in-one solution to help you in creating successful mobile marketing campaigns. Create dynamic

More information

POWER BI INTEGRATION U S E R G U IDE

POWER BI INTEGRATION U S E R G U IDE POWER BI INTEGRATION Monitor your most critical reporting data in Web or Mobile app. EXTEN S ION FOR MAG EN T O 2 U S E R G U IDE June 2017 Version 1.0.0 Kyrylo Kostiukov kostiukov@bimproject.net COPYRIGHT

More information

Data Ingestion in. Adobe Experience Platform

Data Ingestion in. Adobe Experience Platform Contents The challenges with data Adobe Experience Platform Data Ingestion in Adobe Experience Platform Data Ingestion Service Data Lake Conclusion Adobe Experience Platform helps customers to centralize

More information

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Today the cloud is replacing on-premise or hosted enterprise workloads, one vertical at a time. ACME was started to introduce

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Oracle Commerce Cloud. What s New in the April Release

Oracle Commerce Cloud. What s New in the April Release Oracle Commerce Cloud What s New in the April Release April 2016 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 Give Us Feedback... 4 RELEASE FEATURE SUMMARY... 5 PLATFORM & EXTENSIBILITY... 6 Return

More information

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials,

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials, A Accounts and contacts activities activities tab, 37 advantage of, 32 business, 29 capabilities, 35 case resolution form, 33 configuration, 36 definition, 28 feature, 29 filter, 38 form component, 34

More information

PROFESSIONAL SUITESOLUTIONS

PROFESSIONAL SUITESOLUTIONS PROFESSIONAL SUITESOLUTIONS Accelerate Your NetSuite Implementation After more than two decades of implementing NetSuite for tens of thousands of customers worldwide, we ve heard a lot of what you have

More information

Integration Solution for the Enterprise. Powered by

Integration Solution for the Enterprise. Powered by Integration Solution for the Enterprise Powered by Vision What it is AXON is an integration platform with the key objective to support end to end flow of business processes across multiple systems whilst

More information

Enterprise Command Center

Enterprise Command Center Enterprise Command Center Empowering the Oracle E-Business Suite User Experience: Data Discovery and Visualization Muhannad Obeidat VP of Development E-Business Suite October, 2018 Copyright 2018, Oracle

More information

EdgeAX Commerce Link Works seamlessly with any Ecommerce platform

EdgeAX Commerce Link Works seamlessly with any Ecommerce platform EdgeAX Commerce Link Works seamlessly with any Ecommerce platform Quickly achieve total integration of your existing omni-channel e-commerce platform with Microsoft Dynamics 365 for Operations (AX) EdgeAX

More information

Field Service Lightning Mobile User Guide

Field Service Lightning Mobile User Guide Mobile User Guide Salesforce, Summer 18 @salesforcedocs Last updated: July 5, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Oracle. Sales Cloud Using Retail Execution Mobile. Release 12

Oracle. Sales Cloud Using Retail Execution Mobile. Release 12 Oracle Sales Cloud Release 12 Oracle Sales Cloud Part Number E86036-08 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved. Authors: Meghna Neogi, Sejal Parikh Contributors: Rekha Venkatakrishnan,

More information

FusionRMS for Sage PFW ERP

FusionRMS for Sage PFW ERP Fusion Software offers a suite of applications seamlessly integrated with SAGE PFW ERP. These applications simplify and enhance the end user experience and extend the reach of SAGE PFW ERP without affecting

More information

Plus, loads more at a low monthly cost.

Plus, loads more at a low monthly cost. ABSS Webstore Webstore An ABSS Webstore offers you a fast set-up, ecommerce solution that is integrated with your MYOB software. As an Importer, Wholesaler, Distributor or Retailer you have created a substantial

More information

AvaTax Magento 1 Extension. User Guide

AvaTax Magento 1 Extension. User Guide AvaTax Magento 1 Extension User Guide Table of Contents About Avatax extension Flow and integration with StoreFront Installation Connection Settings Typical Installation Process Installation Process for

More information

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: WORKSPACE ONE INTELLIGENCE

REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: WORKSPACE ONE INTELLIGENCE REVISED 6 NOVEMBER 2018 COMPONENT DESIGN: WORKSPACE ONE INTELLIGENCE Table of Contents Component Design: Workspace ONE Intelligence Architecture Scalability and Availability Databases Workspace ONE Intelligence

More information

MAS 500. MAS 500 Version 7.0 Pre-Release Guide

MAS 500. MAS 500 Version 7.0 Pre-Release Guide MAS 500 MAS 500 Version 7.0 Pre-Release Guide February 2004 Table of Contents Overview...1 Availability...1 Global Usability Enhancements...1 Distribution Enhancements...2 Manufacturing Enhancements...5

More information

Contents OVERVIEW... 3 CONFIGURATION... 4

Contents OVERVIEW... 3 CONFIGURATION... 4 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Unlock the power of your data FOUR STEPS TO CHOOSING A DATA INTEGRATION TOOL

Unlock the power of your data FOUR STEPS TO CHOOSING A DATA INTEGRATION TOOL Unlock the power of your data FOUR STEPS TO CHOOSING A DATA INTEGRATION TOOL Table of Contents Introduction \ Find the right tool to unlock the power of your data 1 \ Examine how your organization uses

More information

Inventory Manager User Guide Basware P2P 17.4

Inventory Manager User Guide Basware P2P 17.4 Inventory Manager User Guide Basware P2P 17.4 Copyright 1999-2017 Basware Corporation. All rights reserved.. Table of Contents 1 Inventory Manager - Getting Started... 4 1.1 Inventory Process Summary...

More information

Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento

Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento Tatvic Analytics Pvt. Ltd. 1 Table of contents Introduction 3 Features 3 Configure the extension in your Admin Panel 4 Understanding

More information

Case Studies 2019 RUN AND BECOME. Delivering innovative ecommerce and in-store solutions for aspirational retailers since Venditan.

Case Studies 2019 RUN AND BECOME. Delivering innovative ecommerce and in-store solutions for aspirational retailers since Venditan. Case Studies 2019 RUN AND BECOME Delivering innovative ecommerce and in-store solutions for aspirational retailers since 1997 Venditan.com RUN AND BECOME ABOUT THE CLIENT First launched in 1982, Run and

More information

SAP Leonardo IoT Bridge Security Guide THE BEST RUN. SECURITY GUIDE PUBLIC Document Version:

SAP Leonardo IoT Bridge Security Guide THE BEST RUN. SECURITY GUIDE PUBLIC Document Version: SECURITY GUIDE PUBLIC Document Version: 1.0.0 2018-08-30 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Document History.... 3 2 Introduction....4 3 Before You Start....5

More information

OMNICHANNEL COMMERCE SOFTWARE FOR RETAILERS AND BRANDED MANUFACTURERS

OMNICHANNEL COMMERCE SOFTWARE FOR RETAILERS AND BRANDED MANUFACTURERS OMNICHANNEL COMMERCE SOFTWARE FOR RETAILERS AND BRANDED MANUFACTURERS 1 WHY KIBO COMPREHENSIVE, CLOUD-BASED COMMERCE SOFTWARE THAT EMPOWERS USERS, GROWS SALES, AND EVOLVES WITH THE CHANGING NEEDS OF RETAIL

More information

Maintenance and Service Interruption Alerts (archived)

Maintenance and Service Interruption Alerts (archived) Maintenance and Service Interruption Alerts (archived) 6/1/2018 12:00 pm EDT Paya has turned off communication via any protocol below TLS 1.2 as part of PCI Compliance At 12 pm EDT on Friday, June 1st,

More information

RETAIL POS AND STORE OPERATIONS

RETAIL POS AND STORE OPERATIONS RSM TECHNOLOGY ACADEMY Syllabus and Agenda RETAIL POS AND STORE OPERATIONS FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed to Run 4

More information

NetSuite ERP Consultant Study Guide: April 2018

NetSuite ERP Consultant Study Guide: April 2018 1 NetSuite ERP Consultant Exam Study Guide: April 2018 2 Contents About the NetSuite ERP Consultant Exam... 5 Description of a Qualified Candidate:... 5 Maintaining Your Certification... 5 Recommended

More information

NetSuite ERP Consultant Study Guide: June 2018

NetSuite ERP Consultant Study Guide: June 2018 1 NetSuite ERP Consultant Exam Study Guide: June 2018 2 Contents About the NetSuite ERP Consultant Exam... 5 Description of a Qualified Candidate:... 5 Maintaining Your Certification... 5 Recommended Training

More information

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

RETAIL MANAGEMENT SOFTWARE SYSTEMS for consumer electronics and household appliances retailers

RETAIL MANAGEMENT SOFTWARE SYSTEMS for consumer electronics and household appliances retailers RETAIL MANAGEMENT SOFTWARE SYSTEMS for consumer electronics and household appliances retailers Manage a fast-moving stock in your physical and online stores and provide consistently high-quality service

More information

Connected Commerce. A Microsoft Solution to ecommerce. Pooya Darugar Architect Microsoft Gulf

Connected Commerce. A Microsoft Solution to ecommerce. Pooya Darugar Architect Microsoft Gulf Connected Commerce A Microsoft Solution to ecommerce Pooya Darugar Architect Microsoft Gulf http://blogs.msdn.com/pooyad The world of Connected Commerce.. It s not just sales its also customer care, and

More information

Oracle Commerce Cloud

Oracle Commerce Cloud Oracle Commerce Cloud October 2017 Update New Feature Summary TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 ORACLE COMMERCE CLOUD... 4 MAJOR NEW FEATURES... 5 MultiSite Via One Admin Console...

More information

Workday Integration Pattern

Workday Integration Pattern Bristlecone Whitepaper September 2017 Author: Mr. Prashant Singh Table of Contents Introduction... 3 Calling Workday From External Systems: REQUEST REPLY Pattern... 4 Extract Data Generated within Workday

More information

Oracle CX Consumer Goods Integrating Retail Execution Mobile Direct-Store-Delivery. Release 13 (update 18B)

Oracle CX Consumer Goods Integrating Retail Execution Mobile Direct-Store-Delivery. Release 13 (update 18B) Integrating Retail Execution Mobile Direct-Store-Delivery Release 13 (update 18B) Release 13 (update 18B) Part Number E98055-04 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved. Authors:

More information

Contents. emarket Expert Training Version 3 February

Contents. emarket Expert Training Version 3 February Contents The Basics...3 Setup Preparation...4 Creating an emarket Storefront... 10 Operator Security for emarket... 15 Making Store Updates... 19 Creating an emarket Checkout... 28 Tips for Creating Storefronts

More information

Alert by MicroStrategy

Alert by MicroStrategy Alert by MicroStrategy Go native, fast! Deliver a branded customer engagement app, complete with native shopping, in just weeks. Minesh Mehta Vice President May 14, 2014 Magento s Imagine A transformation

More information

EMBEDDING THE PAYMENTS PROCESS: 3 STEPS FOR INTEGRATION AN EBOOK BY

EMBEDDING THE PAYMENTS PROCESS: 3 STEPS FOR INTEGRATION AN EBOOK BY EMBEDDING THE PAYMENTS PROCESS: 3 STEPS FOR INTEGRATION AN EBOOK BY TABLE OF CONTENTS Intended Audience... 3 Introduction... 4 Step 1: Choose an Onboarding Method... 10 Step 2: Determine Transaction Processing

More information

Cybex Systems Release 8.2

Cybex Systems Release 8.2 Release 8.2 POS, Head Office, Advanced Series www.cybexsystems.com Ongoing investment in technology Crystal Reports, Microsoft SQL Server 2005.Net Framework Visual studio 2008 Advanced Series, Visual Studio

More information

INTERSHOP COMMERCE SUITE

INTERSHOP COMMERCE SUITE WHAT S NEW? INTERSHOP COMMERCE SUITE SEPTEMBER 2018 The new features in our e-commerce solution are designed to boost the efficiency of your digital business and deliver a compelling customer experience.

More information

IBM Tealeaf Customer Experience on Cloud

IBM Tealeaf Customer Experience on Cloud Service Description IBM Tealeaf Customer Experience on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized users and

More information

New features in IBM QRadar SIEM 7.2.3

New features in IBM QRadar SIEM 7.2.3 New features in IBM QRadar SIEM 7.2.3 - Mangesh Patil - Kunal Ahuja 10/16/14 1 2014 IBM Corporation Agenda : Advanced Searching Log Source Reporting Overlapping IP Support Cloud Installs Asset Tuning from

More information

Enterprise Commerce Simplified

Enterprise Commerce Simplified Enterprise Commerce Simplified www.evolutionx.io A Comprehensive Guide of EvolutionX Features Platform Features Cloud hosted, massively scalable, secure platform 24-hour support Entire platform behind

More information

SAP Jam Collaboration, advanced plus edition

SAP Jam Collaboration, advanced plus edition June 2018 Cloud Service Specification Sheet SAP Jam Collaboration, advanced plus edition SAP Jam Collaboration delivers collaboration where you work, connecting customers, partners, and colleagues with

More information

TaiRox Productivity Tools for Sage 300

TaiRox Productivity Tools for Sage 300 Tools for all modules are available for $1495 + $300 per year, a single module's tools for $995 + 200 per year. This product is written as an SDK Application, integrating seamlessly with the desktop, activation

More information

Syslog Technologies Innovative Thoughts

Syslog Technologies Innovative Thoughts EMPLOYEE LEAVE MANAGEMENT SYSTEMANDROIDAPP ABSTRACT: - As a competitive organisation, you need a reliable leave management system to manage employee absence, calculate leave accruals and make payments

More information

Microsoft Dynamics AX. Microsoft Dynamics AX. Factsheet

Microsoft Dynamics AX. Microsoft Dynamics AX. Factsheet Microsoft Dynamics AX Microsoft Dynamics AX Factsheet 1 53+48+42+42+27+23+21+11+11 Microsoft Dynamics AX Emerging Increased likelihood of purchase trends in retail Do more holiday shopping at the store

More information

Your Complete Guide to Choosing a CRM/365 Portal Solution

Your Complete Guide to Choosing a CRM/365 Portal Solution Your Complete Guide to Choosing a CRM/365 Portal Solution Investigating any technology solution for your business can be overwhelming. How do you know if you are asking the right questions and getting

More information

CASE STUDY Delivering Real Time Financial Transaction Monitoring

CASE STUDY Delivering Real Time Financial Transaction Monitoring CASE STUDY Delivering Real Time Financial Transaction Monitoring Steve Wilkes Striim Co-Founder and CTO Background Customer is a US based Payment Systems Provider Large Network of ATM and Cashier Operated

More information

R12.x Oracle Advanced Pricing Fundamentals Volume I Student Guide

R12.x Oracle Advanced Pricing Fundamentals Volume I Student Guide R12.x Oracle Advanced Pricing Fundamentals Volume I Student Guide D60255GC10 Edition 1.0 April 2010 D66328 Copyright 2007, 2010, Oracle. All rights reserved. Disclaimer This document contains proprietary

More information

NetSuite Certified SuiteCloud Developer II Exam Study Guide

NetSuite Certified SuiteCloud Developer II Exam Study Guide NetSuite Certified SuiteCloud Developer II Exam Study Guide: December 2018 1 P a g e Contents About the NetSuite SuiteCloud Developer II Exam... 5 Fee:... 5 Taking the exam:... 5 Description of a Qualified

More information

SOLUTION BRIEF. INTERSHOP COMMERCE PRO FOR ADOBE Content and commerce united

SOLUTION BRIEF. INTERSHOP COMMERCE PRO FOR ADOBE Content and commerce united SOLUTION BRIEF INTERSHOP COMMERCE PRO FOR ADOBE Content and commerce united DIFFERENTIATE YOURSELF The world of commerce is changing at an ever-faster rate. But as the opportunities for vendors grow, the

More information

BillQuick MYOB Integration

BillQuick MYOB Integration Time Billing and Business Management Software Built With Your Industry Knowledge BillQuickMYOB Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

Delivering a global Point of Sale solution

Delivering a global Point of Sale solution Page 1 Delivering a global Point of Sale solution Christian Deger, Founder & CEO Payworks is a global technology company, providing superior payment gateway technology to leading payment providers & acquirers

More information

UNLOCK THE FULL POTENTIAL OF YOUR ONLINE STRATEGY. the c 3 ms platform

UNLOCK THE FULL POTENTIAL OF YOUR ONLINE STRATEGY. the c 3 ms platform UNLOCK THE FULL POTENTIAL OF YOUR ONLINE STRATEGY TM the c 3 ms platform 1 MONETIZE YOUR CONTENT DEFINING YOUR ONLINE STRATEGY MAKE INFORMED DECISION ENCOURAGE INTERACTIONS The platform brings together

More information

Introducing Carhire Manager Web

Introducing Carhire Manager Web P.O. Box 58434, CY 3734 Limassol, Cyprus Tel.: + 357 25763765, Fax: + 357 25763702 Email: info@datalogicco.com, Web: http://www.datalogicco.com Introducing Carhire Manager Web Datalogic Consultants Ltd

More information

Professionals who know tools turn to. Milwaukee Electric Tool Corporation

Professionals who know tools turn to. Milwaukee Electric Tool Corporation e-business Solutions Milwaukee Electric Tool Corporation powers up its sell-side online. Overview Challenge Improve ordering efficiency and enhance relationships with distributors and customers while easing

More information

Hello and welcome to this overview session on SAP Business One release 9.1

Hello and welcome to this overview session on SAP Business One release 9.1 Hello and welcome to this overview session on SAP Business One release 9.1 1 The main objective of this session is to provide you a solid overview of the new features developed for SAP Business One 9.1

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

Pharmasave Rewards Program Configuration, Use, & Frequently Asked Questions

Pharmasave Rewards Program Configuration, Use, & Frequently Asked Questions April 2015 Pharmasave Rewards Program Configuration, Use, & Frequently Asked Questions In this document you will find an overview of the Pharmasave Rewards program for participating Pharmasave stores,

More information

The Guide to Consolidated Billing

The Guide to Consolidated Billing The Guide to Consolidated Billing Business Catalyst The Guide to Consolidated Billing 1 1. The Guide to Consolidated Billing 1a. Introduction The new Consolidated Billing feature is designed to help premium

More information

Employee Permissions CRE

Employee Permissions CRE One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Employee Permissions CRE There is a large number of permissions

More information