---
title: "Get session Shopify info"
method: GET
path: "/sessions/{sessionId}/shopify"
tags: ["Session"]
---

# Get session Shopify info

`GET /sessions/{sessionId}/shopify`

Get Shopify information for a session. Returns `{ customer, orders, shopDomain }`; `customer` may be
null for guest checkouts; returns an empty object when the integration is not configured or no customer
matches.

## Path parameters

- `sessionId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- object

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/b706fc73777f/schema)
