exshopify v0.9.1 Shopify.Order

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 \\ %{})
cancel(binary(), map()) :: Shopify.Operation.t()

Cancel an order.

Link to this function

close(order_id)
close(binary()) :: Shopify.Operation.t()

Close an order.

Link to this function

count(params \\ %{})
count(map()) :: Shopify.Operation.t()

Retrieve a count of all orders.

Link to this function

create(params)
create(map()) :: Shopify.Operation.t()

Create an order.

Link to this function

delete(order_id)
delete(binary()) :: Shopify.Operation.t()

Delete an order.

Retrieve a single order.

Link to this function

list(params \\ %{})
list(map()) :: Shopify.Operation.t()

Retrieve a list of orders.

Reopen an order.

Link to this function

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

Update an order.