Fluent Commerce Logo
Docs

orderBillingAddress graphQL query and mutation

Essential knowledge

Author:

Fluent Commerce

Changed on:

23 Nov 2023

Overview

The `orderBillingAddress` (aka `billingAddress`) is a sub-entity of the Order entity. A customer can optionally add a billing address while ordering items from a store, so an Order can store one `billingAddress` as an attribute.

Key points

  • The page provides GQL example of how to use `orderBillingAddress`:
    • Create
    • Update
    • Query

Create


Update


Query

Alternatively, you can query it via query Order:
Fluent Commerce

Fluent Commerce