Store

The Store Object

A Rutter Store represents information about the merchant's store, including a consumer-identifiable name, URL, and default currency.

Properties

idstringRequired

The Rutter generated unique ID of the store.

store_namestringRequired

The unique identifier or brand name of the store.

urlstringRequired

The consumer facing URL of the store.

default_currencystringnullableRequired

The ISO 4217 currency code of the store.

emailstring

The email of the primary contact of the store.

Endpoints
GET
/store

Fetch a Store

GEThttps://production.rutterapi.com/versioned/store

Request Parameters

    access_tokenstringqueryRequired

    The access token of the connection.

    expandenumquery

    Optionally, include raw external platform data when fetching data.

    Can beplatform_data.
    force_fetchenumquery

    Force a response even if the underlying connection hasn't finished the initial sync.

    One oftrue or false.

Response Body

    connectionobject
    Show connection attributes
    storenullableRequired
    Show store attributes
Support by integration
  • Amazon
    Amazon
  • Big Commerce
    Big Commerce
  • Ebay
    Ebay
  • Etsy
    Etsy
Example Response Body
JSON
1
{
2
"connection": {
3
"id": "00000000-0000-0000-0000-000000000000",
4
"orgId": "00000000-0000-0000-0000-000000000000",
5
"platform": "SHOPIFY"
6
},
7
"store": {
8
"id": "00000000-0000-0000-0000-000000000000",
9
"store_name": "The Rutter Store",
10
"url": "https://www.rutter.com",
11
"default_currency": "USD",
12
"email": "eric@rutter.com"
13
}
14
}

Have questions?

Contact support for personalized guidance.

Contact support