Shopify.OrderRisk (exshopify v0.11.0)

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)

Specs

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

Create an order risk.

Link to this function

delete(order_id, risk_id)

Specs

delete(binary(), binary()) :: Shopify.Operation.t()

Delete an order risk.

Link to this function

get(order_id, risk_id)

Specs

Retrieve a single order risk.

Specs

Retrieve a list of order risks.

Link to this function

update(order_id, risk_id, params)

Specs

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

Update an order risk.