exshopify v0.9.1 Shopify.Order
Link to this section Summary
Functions
Cancel an order
Close an order
Retrieve a count of all orders
Create an order
Delete an order
Retrieve a single order
Retrieve a list of orders
Reopen an order
Update an order
Link to this section Functions
Link to this function
cancel(order_id, params \\ %{})
cancel(order_id, params \\ %{})
cancel(binary(), map()) :: Shopify.Operation.t()
cancel(binary(), map()) :: Shopify.Operation.t()
Cancel an order.
Link to this function
close(order_id)
close(order_id)
close(binary()) :: Shopify.Operation.t()
close(binary()) :: Shopify.Operation.t()
Close an order.
Link to this function
count(params \\ %{})
count(params \\ %{})
count(map()) :: Shopify.Operation.t()
count(map()) :: Shopify.Operation.t()
Retrieve a count of all orders.
Link to this function
create(params)
create(params)
create(map()) :: Shopify.Operation.t()
create(map()) :: Shopify.Operation.t()
Create an order.
Link to this function
delete(order_id)
delete(order_id)
delete(binary()) :: Shopify.Operation.t()
delete(binary()) :: Shopify.Operation.t()
Delete an order.
Link to this function
get(order_id)
get(order_id)
get(binary()) :: Shopify.Operation.t()
get(binary()) :: Shopify.Operation.t()
Retrieve a single order.
Link to this function
list(params \\ %{})
list(params \\ %{})
list(map()) :: Shopify.Operation.t()
list(map()) :: Shopify.Operation.t()
Retrieve a list of orders.
Link to this function
open(order_id)
open(order_id)
open(binary()) :: Shopify.Operation.t()
open(binary()) :: Shopify.Operation.t()
Reopen an order.
Link to this function
update(order_id, params)
update(order_id, params)
update(binary(), map()) :: Shopify.Operation.t()
update(binary(), map()) :: Shopify.Operation.t()
Update an order.