exshopify v0.9.0 Shopify.OrderRisk
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(order_id, params)
create(binary(), map()) :: Shopify.Operation.t()
create(binary(), map()) :: Shopify.Operation.t()
Create an order risk.
Link to this function
delete(order_id, risk_id)
delete(order_id, risk_id)
delete(binary(), binary()) :: Shopify.Operation.t()
delete(binary(), binary()) :: Shopify.Operation.t()
Delete an order risk.
Link to this function
get(order_id, risk_id)
get(order_id, risk_id)
get(binary(), binary()) :: Shopify.Operation.t()
get(binary(), binary()) :: Shopify.Operation.t()
Retrieve a single order risk.
Link to this function
list(order_id)
list(order_id)
list(binary()) :: Shopify.Operation.t()
list(binary()) :: Shopify.Operation.t()
Retrieve a list of order risks.
Link to this function
update(order_id, risk_id, params)
update(order_id, risk_id, params)
update(binary(), binary(), map()) :: Shopify.Operation.t()
update(binary(), binary(), map()) :: Shopify.Operation.t()
Update an order risk.