Shopify.DraftOrder (exshopify v0.11.0)
Link to this section Summary
Functions
Complete a draft order.
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 \\ %{})
Specs
complete(binary(), map()) :: Shopify.Operation.t()
Complete a draft order.
Link to this function
count(params \\ %{})
Specs
count(map()) :: Shopify.Operation.t()
Retrieve a count of all draft orders.
Link to this function
create(params)
Specs
create(map()) :: Shopify.Operation.t()
Create a draft order.
Link to this function
delete(draft_order_id)
Specs
delete(binary()) :: Shopify.Operation.t()
Delete a draft order.
Link to this function
get(draft_order_id)
Specs
get(binary()) :: Shopify.Operation.t()
Retrieve a single draft order.
Link to this function
list(params \\ %{})
Specs
list(map()) :: Shopify.Operation.t()
Retrieve a list of draft orders.
Link to this function
send_invoice(draft_order_id, params)
Specs
send_invoice(binary(), map()) :: Shopify.Operation.t()
Send an invoice for a draft order.
Link to this function
update(draft_order_id, params)
Specs
update(binary(), map()) :: Shopify.Operation.t()
Update a draft order.