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