View Source ActiveCampaign.Ecom.OrderProduct (active_campaign v0.3.0)

Documentation for ActiveCampaign.Ecom.OrderProduct.

Link to this section Summary

Functions

Retrieve a EcomOrderProducts

List all EcomOrderProductss

List EcomOrderProducts for a Specific EcomOrder

Link to this section Functions

@spec get(integer()) :: {:ok, map()} | {:error, any()}

Retrieve a EcomOrderProducts

Link to this function

list(query_params \\ %{})

View Source
@spec list(map()) :: {:ok, map()} | {:error, any()}

List all EcomOrderProductss

Link to this function

list_products_for_order(order_id)

View Source
@spec list_products_for_order(integer()) :: {:ok, map()} | {:error, any()}

List EcomOrderProducts for a Specific EcomOrder