|
Shopify SDK for Unity
|
Shop represents a collection of the general settings and information about the shop. More...
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< CountryCode > | shipsToCountries () |
| 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 | |
| T | 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] |
Shop represents a collection of the general settings and information about the shop.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
| dataJSON | Deserialized JSON data for Shop |
|
inline |
List of the shop' articles.
QueryRoot.articles instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
List of the shop' blogs.
QueryRoot.blogs instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
Find a collection by its handle.
QueryRoot.collectionByHandle instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
List of the shop’s collections.
QueryRoot.collections instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
The three-letter code for the currency that the shop accepts.
paymentSettings instead
|
inline |
A description of the shop.
|
inline |
A string representing the way currency is formatted when the currency isn’t specified.
|
inline |
The shop’s name.
|
inline |
Settings related to payments.
|
inline |
The shop’s primary domain.
|
inline |
The shop’s privacy policy.
|
inline |
Find a product by its handle.
QueryRoot.productByHandle instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
List of the shop’s products.
QueryRoot.products instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
A list of tags that have been added to products. Additional access scope required: unauthenticated_read_product_tags.
QueryRoot.productTags instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
List of the shop’s product types.
QueryRoot.productTypes instead. | alias | If the original field queried was queried using an alias, then pass the matching string. |
|
inline |
The shop’s refund policy.
|
inline |
Countries that the shop ships to.
|
inline |
The shop’s Shopify Payments account id.
paymentSettings instead
|
inline |
The shop’s terms of service.