Packages

Oneflow SDK that manages authentication and includes several structs for order management

Current section

Files

Jump to
oneflow lib oneflow models item.ex
Raw

lib/oneflow/models/item.ex

defmodule Oneflow.Models.Item do
use Oneflow.Models.Encoder
@enforce_keys [ :sourceItemId, :sku]
defstruct [
:description,
:shipmentIndex,
:sourceItemId,
:sku,
:quantity,
:shrinkWrap,
:binding,
:folding,
:barcode,
:additionalInformation,
:extraData,
:tags,
:components,
]
end