Shopify.Order (exshopify v0.11.0)
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 \\ %{})
Specs
cancel(binary(), map()) :: Shopify.Operation.t()
Cancel an order.
Link to this function
close(order_id)
Specs
close(binary()) :: Shopify.Operation.t()
Close an order.
Link to this function
count(params \\ %{})
Specs
count(map()) :: Shopify.Operation.t()
Retrieve a count of all orders.
Link to this function
create(params)
Specs
create(map()) :: Shopify.Operation.t()
Create an order.
Link to this function
delete(order_id)
Specs
delete(binary()) :: Shopify.Operation.t()
Delete an order.
Link to this function
get(order_id)
Specs
get(binary()) :: Shopify.Operation.t()
Retrieve a single order.
Link to this function
list(params \\ %{})
Specs
list(map()) :: Shopify.Operation.t()
Retrieve a list of orders.
Link to this function
open(order_id)
Specs
open(binary()) :: Shopify.Operation.t()
Reopen an order.
Link to this function
update(order_id, params)
Specs
update(binary(), map()) :: Shopify.Operation.t()
Update an order.