Parameters for Action Request in the Products API.
Build this struct with new!/1 and pass it to the corresponding function on
Inttegro.Products. Required keys are enforced immediately; optional values left as
nil are omitted from the request sent to Inttegro.
Manages products and the prices, media, and attributes used to sell them.
Products are reusable catalog records. Publishing controls availability to public purchasing surfaces; archiving retires a product without rewriting historical orders that reference it.
Summary
Functions
Builds a Inttegro.Products.ActionRequest and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.Products.ActionRequest{product_id: String.t()}
A validated action request request.
Functions
Builds a Inttegro.Products.ActionRequest and raises KeyError when a required field is missing.