Name |
Description |
ApplicationCharge |
http://api.shopify.com/applicationcharge.html |
Article |
|
Asset |
http://api.shopify.com/asset.html http://wiki.shopify.com/Asset_%28API%29 |
Blog |
http://api.shopify.com/blog.html http://wiki.shopify.com/Blog_%28API%29 |
Checkout |
|
Collect |
http://api.shopify.com/collect.html This is actually a has_many :through join table between Product and CustomCollection. I don't support has_many :through as such yet, so you just get naiive access to join model itself (use Where/query parameters on Product/Collection to follow the relation). https://trello.com/card/has-many-through-collects-product-custom-collection/50a1c9c990c4980e0600178b/39 |
Comment |
|
Country |
http://api.shopify.com/country.html http://wiki.shopify.com/Countries_%28API%29 |
CustomCollection |
|
Customer |
|
Event |
|
Fulfillment |
|
Image |
http://api.shopify.com/product_image.html http://wiki.shopify.com/Product_Image_%28API%29 Aka ProductImage. |
Metafield |
http://api.shopify.com/metafield.html http://wiki.shopify.com/Metafield_%28API%29 Many Shopify resources permit decoration with metafields, which are simple typed, name/value pairs. If you want your app to store some data against specific resources inside Shopify itself, Metafields appear to be the way to do it. They have the benefit of being accessible through Liquid templates on Shopify itself, too. |
Order |
|
Page |
|
Product |
|
ProductSearchEngine |
http://api.shopify.com/productsearchengine.html http://wiki.shopify.com/Product_Search_Engine_%28API%29 List of enabled search engines. |
Province |
http://api.shopify.com/province.html http://wiki.shopify.com/Province_%28API%29 |
RecurringApplicationCharge |
http://api.shopify.com/recurringapplicationcharge.html |
Redirect |
|
ScriptTag |
|
Shop |
http://api.shopify.com/shop.html http://wiki.shopify.com/Shop_%28API%29 This resource is special in that it is a singleton (at least as far as a given auth context/ShopifyApiClient is concerned), and as such is not hosted in a RestResource. |
ShopifyResourceModel |
|
SmartCollection |
|
Theme |
http://api.shopify.com/theme.html http://wiki.shopify.com/Theme_%28API%29 |
Transaction |
http://api.shopify.com/transactions.html http://wiki.shopify.com/Transaction_%28API%29 |
Variant |
http://api.shopify.com/product_variant.html http://wiki.shopify.com/Product_Variant_%28API%29 |
Webhook |
|