object Store
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
shop_name | String | Shop name for this store. |
Referenced By
- AuthenticatedUser Type
- User Type
Example
{
"id": "UmVjb3JkOjEyMzQ=",
"legacy_id": 1234,
"shop_name": "Shopify Store"
}