OIC integrating BigCommerce with Netsuite #784 Using Pagination with the OIC Shopify adapter by Niall Commiskey

image

Big Commerce is a very popular SaaS eCommerce platform, used by many Netsuite customers. Ergo, integration between the two is necessary and easy with Oracle Integration (OIC). Welcome to my Hare of the Dog shop on Big Commerce – I add a couple of top quality products – Hare of the Dog T-Shirts – handmade by medieval philosophy students. The material is 100% recycled and recyclable, and is also edible. Read the complete article here.

PaaS Partner Community

For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.

clip_image003 Blog clip_image005 Twitter clip_image004 LinkedIn image[7][2][2][2] Facebook clip_image002[8][4][2][2][2] Wiki

Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress

About Jürgen Kress
As a middleware expert Jürgen works at Oracle EMEA Alliances and Channels, responsible for Oracle’s EMEA Fusion Middleware partner business. He is the founder of the Oracle SOA & BPM and the WebLogic Partner Communities and the global Oracle Partner Advisory Councils. With more than 5000 members from all over the world the Middleware Partner Community is the most successful and active community at Oracle. Jürgen manages the community with monthly newsletters, webcasts and conferences. He hosts his annual Fusion Middleware Partner Community Forums and the Fusion Middleware Summer Camps, where more than 200 partners get product updates, roadmap insights and hands-on trainings. Supplemented by many web 2.0 tools like twitter, discussion forums, online communities, blogs and wikis. For the SOA & Cloud Symposium by Thomas Erl, Jürgen is a member of the steering board. He is also a frequent speaker at conferences like the SOA & BPM Integration Days, JAX, UKOUG, OUGN, or OOP.

One Response to OIC integrating BigCommerce with Netsuite #784 Using Pagination with the OIC Shopify adapter by Niall Commiskey

  1. Hi Niall,

    Excellent post – having worked on a number of e-commerce usecases, bulk product updates and fetches are my favourite. Unless a SaaS system (like Shopify or eBay) offers a separate feature for bulk data transfer, paginated API’s are an easy to use and preferred approach.

    I wrote a related post on working with paginated API’s (also applies to custom OIC adapters that in turn use target system API’s). In this post, I demonstrated a recursive approach instead of looping. Both approaches work, but I found some benefits in the recursive approach:

    1) The instance duration is more short-lived as each instance processes only one page and calls the next.
    2) If an instance ends up in error hospital, recovery would proceed only from the page where it failed instead of starting all over again

    Again, both approaches are good to have in an OIC developer’s tookit!

    Would be nice to hear your views on my article:
    https://weblog.singhpora.com/2020/05/recursive-paginated-calls-in-oracle-integration-cloud.html

Leave a comment