Shopify.Transaction (exshopify v0.11.0)
https://help.shopify.com/en/api/reference/orders/transaction
Link to this section Summary
Functions
Retrieve a count of all transactions.
Create a transaction.
Retrieve a single transaction.
Retrieve a list of transactions.
Link to this section Functions
Link to this function
count(order_id)
Specs
count(binary()) :: Shopify.Operation.t()
Retrieve a count of all transactions.
Link to this function
create(order_id, params)
Specs
create(binary(), map()) :: Shopify.Operation.t()
Create a transaction.
Link to this function
get(order_id, transaction_id, params \\ %{})
Specs
get(binary(), binary(), map()) :: Shopify.Operation.t()
Retrieve a single transaction.
Link to this function
list(order_id, params \\ %{})
Specs
list(binary(), map()) :: Shopify.Operation.t()
Retrieve a list of transactions.