Shopify.Refund (exshopify v0.11.0)

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

Link to this section Summary

Functions

Calculate a refund.

Create a refund.

Retrieve a single refund.

Retrieve a list of refunds.

Link to this section Functions

Link to this function

calculate(order_id, params)

Specs

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

Calculate a refund.

Link to this function

create(order_id, params)

Specs

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

Create a refund.

Link to this function

get(order_id, refund_id)

Specs

Retrieve a single refund.

Link to this function

list(order_id, params \\ %{})

Specs

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

Retrieve a list of refunds.