Shopify.Order (exshopify v0.11.0)

https://help.shopify.com/en/api/reference/orders/order

Link to this section Summary

Functions

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.

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.

Specs

Retrieve a single order.

Link to this function

list(params \\ %{})

Specs

list(map()) :: Shopify.Operation.t()

Retrieve a list of orders.

Specs

Reopen an order.

Link to this function

update(order_id, params)

Specs

update(binary(), map()) :: Shopify.Operation.t()

Update an order.