Alokai

ItemShippingDetailsDraft

type ItemShippingDetailsDraft = {
  targets: Array<ShippingTargetDraft>;
};

Referenced Types

On this page