Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.Shop Class Reference

Shop represents a collection of the general settings and information about the shop. More...

Inheritance diagram for Shopify.Unity.Shop:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 Shop (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
ArticleConnection articles (string alias=null)
 List of the shop' articles. More...
 
BlogConnection blogs (string alias=null)
 List of the shop' blogs. More...
 
Collection collectionByHandle (string alias=null)
 Find a collection by its handle. More...
 
CollectionConnection collections (string alias=null)
 List of the shop’s collections. More...
 
CurrencyCode currencyCode ()
 The three-letter code for the currency that the shop accepts. More...
 
string description ()
 A description of the shop. More...
 
string moneyFormat ()
 A string representing the way currency is formatted when the currency isn’t specified. More...
 
string name ()
 The shop’s name. More...
 
PaymentSettings paymentSettings ()
 Settings related to payments. More...
 
Domain primaryDomain ()
 The shop’s primary domain. More...
 
ShopPolicy privacyPolicy ()
 The shop’s privacy policy. More...
 
Product productByHandle (string alias=null)
 Find a product by its handle. More...
 
StringConnection productTags (string alias=null)
 A list of tags that have been added to products. Additional access scope required: unauthenticated_read_product_tags. More...
 
StringConnection productTypes (string alias=null)
 List of the shop’s product types. More...
 
ProductConnection products (string alias=null)
 List of the shop’s products. More...
 
ShopPolicy refundPolicy ()
 The shop’s refund policy. More...
 
List< CountryCodeshipsToCountries ()
 Countries that the shop ships to. More...
 
string shopifyPaymentsAccountId ()
 The shop’s Shopify Payments account id. More...
 
ShopPolicy termsOfService ()
 The shop’s terms of service. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
Get< T > (string field, string alias=null)
 
- Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > Data
 
- Properties inherited from Shopify.Unity.SDK.AbstractResponse
Dictionary< string, object > DataJSON [get, protected set]
 

Detailed Description

Shop represents a collection of the general settings and information about the shop.

Constructor & Destructor Documentation

◆ Shop()

Shopify.Unity.Shop.Shop ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for Shop

Member Function Documentation

◆ articles()

ArticleConnection Shopify.Unity.Shop.articles ( string  alias = null)
inline

List of the shop' articles.

Deprecated:
Use QueryRoot.articles instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ blogs()

BlogConnection Shopify.Unity.Shop.blogs ( string  alias = null)
inline

List of the shop' blogs.

Deprecated:
Use QueryRoot.blogs instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ collectionByHandle()

Collection Shopify.Unity.Shop.collectionByHandle ( string  alias = null)
inline

Find a collection by its handle.

Deprecated:
Use QueryRoot.collectionByHandle instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ collections()

CollectionConnection Shopify.Unity.Shop.collections ( string  alias = null)
inline

List of the shop’s collections.

Deprecated:
Use QueryRoot.collections instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ currencyCode()

CurrencyCode Shopify.Unity.Shop.currencyCode ( )
inline

The three-letter code for the currency that the shop accepts.

Deprecated:
Use paymentSettings instead

◆ description()

string Shopify.Unity.Shop.description ( )
inline

A description of the shop.

◆ moneyFormat()

string Shopify.Unity.Shop.moneyFormat ( )
inline

A string representing the way currency is formatted when the currency isn’t specified.

◆ name()

string Shopify.Unity.Shop.name ( )
inline

The shop’s name.

◆ paymentSettings()

PaymentSettings Shopify.Unity.Shop.paymentSettings ( )
inline

Settings related to payments.

◆ primaryDomain()

Domain Shopify.Unity.Shop.primaryDomain ( )
inline

The shop’s primary domain.

◆ privacyPolicy()

ShopPolicy Shopify.Unity.Shop.privacyPolicy ( )
inline

The shop’s privacy policy.

◆ productByHandle()

Product Shopify.Unity.Shop.productByHandle ( string  alias = null)
inline

Find a product by its handle.

Deprecated:
Use QueryRoot.productByHandle instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ products()

ProductConnection Shopify.Unity.Shop.products ( string  alias = null)
inline

List of the shop’s products.

Deprecated:
Use QueryRoot.products instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ productTags()

StringConnection Shopify.Unity.Shop.productTags ( string  alias = null)
inline

A list of tags that have been added to products. Additional access scope required: unauthenticated_read_product_tags.

Deprecated:
Use QueryRoot.productTags instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ productTypes()

StringConnection Shopify.Unity.Shop.productTypes ( string  alias = null)
inline

List of the shop’s product types.

Deprecated:
Use QueryRoot.productTypes instead.
Parameters
aliasIf the original field queried was queried using an alias, then pass the matching string.

◆ refundPolicy()

ShopPolicy Shopify.Unity.Shop.refundPolicy ( )
inline

The shop’s refund policy.

◆ shipsToCountries()

List<CountryCode> Shopify.Unity.Shop.shipsToCountries ( )
inline

Countries that the shop ships to.

◆ shopifyPaymentsAccountId()

string Shopify.Unity.Shop.shopifyPaymentsAccountId ( )
inline

The shop’s Shopify Payments account id.

Deprecated:
Use paymentSettings instead

◆ termsOfService()

ShopPolicy Shopify.Unity.Shop.termsOfService ( )
inline

The shop’s terms of service.


The documentation for this class was generated from the following file: