Skip to content
Developerhome

ShopifyConfiguration

  Less than to read

Properties

Property Name Type Description isWritable
_access [_OutputAccessBinding]   no
_customData Json   yes
_sourceId String   yes
_id Id   yes
id String   yes
isActive Boolean   yes
shop String   yes
urlBase String   no
shopUrl String   no
installUrl String   no
code String   yes
hmac String   yes
hostKey String   yes
accessToken String   yes
availableScopes [String]   no
publicApiKey String   no
privateApiKeyLength Int   no
_etag String   yes
scopes [String]   yes
_createStamp Datetime   no
_updateStamp Datetime   no

Custom Queries

getDuplicate : ShopifyConfiguration

Property Type Description
_id Id  

defaultInstance : ShopifyConfiguration

allProducts : [ShopifyConfigurationAllProductsReturn]

Property Type Description
config IntReference  

allCustomers : [ShopifyConfigurationAllCustomersReturn]

Property Type Description
config IntReference  

allOrders : [ShopifyConfigurationAllOrdersReturn]

Property Type Description
config IntReference  

asyncExport : ShopifyConfiguration_Connection_asyncExport

Custom Mutations

bulkUpdate : Boolean

Mutation Type Description
filter String  
data ShopifyConfiguration_Input  

getAccessToken : String

Mutation Type Description
config IntReference  

createXtreemProductFromShopify : Boolean

Mutation Type Description
shopifyId String  

createXtreemCustomerFromShopify : Boolean

Mutation Type Description
shopifyId String  

createXtreemOrderFromShopify : Boolean

Mutation Type Description
shopifyId String  

asyncExport : ShopifyConfiguration_Mutations_asyncExport

Custom Type

Id

IntReference

ShopifyConfigurationAllProductsReturn

Query Type Description
id String  
title String  
status String  
totalInventory String  
isXtremLinked Boolean  

IntReference

ShopifyConfigurationAllCustomersReturn

Query Type Description
email String  
id String  
state String  
description String  
isXtremLinked Boolean  

IntReference

ShopifyConfigurationAllOrdersReturn

Query Type Description
id String  
name String  
customer_id String  
financial_status String  
isXtremLinked Boolean  

IntReference