exshopify v0.9.1 Shopify.Product
Link to this section Summary
Functions
Retrieve a count of all products
Create a product
Delete a product
Retrieve a single product
Retrieve a list of products
Update a product
Link to this section Functions
Link to this function
count(params \\ %{})
count(params \\ %{})
count(map()) :: Shopify.Operation.t()
count(map()) :: Shopify.Operation.t()
Retrieve a count of all products.
Link to this function
create(params)
create(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Create a product.
Link to this function
delete(product_id)
delete(product_id)
delete(binary()) :: Shopify.Operation.t()
delete(binary()) :: Shopify.Operation.t()
Delete a product.
Link to this function
get(product_id, params \\ %{})
get(product_id, params \\ %{})
get(binary(), map()) :: Shopify.Operation.t()
get(binary(), map()) :: Shopify.Operation.t()
Retrieve a single product.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of products.
Link to this function
update(product_id, params)
update(product_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update a product.