Inttegro.Products.ShipmentInputType (inttegro v0.2.0)

Copy Markdown View Source

Values accepted for Shipment Input Type in the Products API.

Prefer the documented atoms returned by values/0. The type also accepts strings so a newer server value can be preserved by an older SDK instead of failing during decoding.

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

Types

t()

A shipment input type atom or an unknown wire value preserved as a string.

Functions

Returns the documented Inttegro.Products.ShipmentInputType atoms known by this SDK version.

Types

t()

@type t() :: :delivery | :download | :render | :stream | String.t()

A shipment input type atom or an unknown wire value preserved as a string.

Functions

values()

@spec values() :: [t()]

Returns the documented Inttegro.Products.ShipmentInputType atoms known by this SDK version.