shopify
main
Shopify
Address
AuthenticationError
Collection
Customer
CustomerInvite
ErroringResponse
HabitatSettings
InternalServerError
MissingAccessCode
Order
PermissionDenied
Product
ProductVariant
Resource
NextPreviousParser
ResourceNotFound
ServiceUnavailable
SmartCollection
Store
TooManyRequests
ValidationError
WithStore
abstract class
Shopify::Resource
Shopify::Resource
Reference
Object
Included Modules
JSON::Serializable
Direct Known Subclasses
Shopify::Collection
Shopify::Customer
Shopify::Order
Shopify::Product
Shopify::ProductVariant
Shopify::SmartCollection
Defined in:
shopify/resource.cr
Constructors
.new
(pull : JSON::PullParser)
Class Method Summary
.headers
Instance Method Summary
#store
: Store
#store=
(store : Store)
Macro Summary
countable
creatable
deletable
findable
indexable
searchable
updatable
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Class Method Detail
def self.
headers
#
[
View source
]
Instance Method Detail
def
store
:
Store
#
[
View source
]
def
store=
(store :
Store
)
#
[
View source
]
Macro Detail
macro
countable
#
[
View source
]
macro
creatable
#
[
View source
]
macro
deletable
#
[
View source
]
macro
findable
#
[
View source
]
macro
indexable
#
[
View source
]
macro
searchable
#
[
View source
]
macro
updatable
#
[
View source
]