Swell · JSON Structure

Swell Account Structure

Type: object Properties: 13
CommerceHeadless CommerceAPI-FirstB2CB2BSubscriptionsMarketplacesWholesaleStorefrontCheckoutPaymentsCartsOrdersCatalogInternationalization

Swell Account Structure is a JSON Structure definition published by Swell, describing 13 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id email first_name last_name phone type currency balance billing shipping order_count order_value date_created

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/swell-io/main/json-structure/swell-account-structure.json",
  "title": "Swell Account",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "email": { "type": "string" },
    "first_name": { "type": "string" },
    "last_name": { "type": "string" },
    "phone": { "type": "string" },
    "type": { "type": "string" },
    "currency": { "type": "string" },
    "balance": { "type": "decimal" },
    "billing": { "type": "object" },
    "shipping": { "type": "object" },
    "order_count": { "type": "int32" },
    "order_value": { "type": "decimal" },
    "date_created": { "type": "string" }
  }
}