exshopify v0.7.1 Shopify.OrderRisk

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

Link to this section Summary

Functions

Create an order risk

Delete an order risk

Retrieve a single order risk

Retrieve a list of order risks

Update an order risk

Link to this section Functions

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

Create an order risk.

Link to this function delete(order_id, risk_id)
delete(binary(), binary()) :: Shopify.Operation.t()

Delete an order risk.

Link to this function get(order_id, risk_id)

Retrieve a single order risk.

Retrieve a list of order risks.

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

Update an order risk.