Container View: Gesso Commerce

The commerce abstraction layer, mirroring the CMS layer for commerce backends.

flowchart LR
    bigCommerce("BigCommerce Headless<br/>[Software System]")

    subgraph gessoCommerce["Gesso Commerce [Software System]"]
        bigCommerceProvider("BigCommerce Provider<br/>[Container]")
        drupalCommerceProvider("Drupal Commerce Provider<br/>[Container]")
    end

    bigCommerce -.-> bigCommerceProvider

    classDef system fill:#1168bd,stroke:#0b4884,color:#ffffff
    classDef container fill:#438dd5,stroke:#2e6295,color:#ffffff
    class bigCommerce system
    class bigCommerceProvider,drupalCommerceProvider container
    style gessoCommerce fill:none,stroke:#1168bd,color:#1168bd