exshopify v0.7.1 Shopify.DraftOrder

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

Link to this section Summary

Functions

Retrieve a count of all draft orders

Create a draft order

Delete a draft order

Retrieve a single draft order

Retrieve a list of draft orders

Send an invoice for a draft order

Update a draft order

Link to this section Functions

Link to this function complete(draft_order_id, params \\ %{})
complete(binary(), map()) :: Shopify.Operation.t()

Complete a draft order.

Link to this function count(params \\ %{})
count(map()) :: Shopify.Operation.t()

Retrieve a count of all draft orders.

Link to this function create(params)
create(map()) :: Shopify.Operation.t()

Create a draft order.

Link to this function delete(draft_order_id)
delete(binary()) :: Shopify.Operation.t()

Delete a draft order.

Link to this function get(draft_order_id)

Retrieve a single draft order.

Link to this function list(params \\ %{})
list(map()) :: Shopify.Operation.t()

Retrieve a list of draft orders.

Link to this function send_invoice(draft_order_id, params)
send_invoice(binary(), map()) :: Shopify.Operation.t()

Send an invoice for a draft order.

Link to this function update(draft_order_id, params)
update(binary(), map()) :: Shopify.Operation.t()

Update a draft order.