Shopify.OrderRisk (exshopify v0.11.0)
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
get(binary(), binary()) :: Shopify.Operation.t()
Retrieve a single order risk.
Link to this function
list(order_id)
Specs
list(binary()) :: Shopify.Operation.t()
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.