ballast-0.1.0.0: Shipwire API client

Safe HaskellNone
LanguageHaskell2010

Ballast.Types

Synopsis

Documentation

newtype Username Source #

Username type used for HTTP Basic authentication.

Constructors

Username 

newtype Password Source #

Password type used for HTTP Basic authentication.

Constructors

Password 

newtype SKU Source #

Constructors

SKU 

Fields

newtype City Source #

Constructors

City 

Fields

newtype Id Source #

Constructors

Id 

Fields

Instances

Eq Id Source # 

Methods

(==) :: Id -> Id -> Bool #

(/=) :: Id -> Id -> Bool #

Show Id Source # 

Methods

showsPrec :: Int -> Id -> ShowS #

show :: Id -> String #

showList :: [Id] -> ShowS #

ToJSON Id Source # 
FromJSON Id Source # 

data ShipwireRequest a b c Source #

Constructors

ShipwireRequest 

Fields

type family ShipwireReturn a :: * Source #

Instances

type ShipwireReturn ValidateAddressRequest Source # 
type ShipwireReturn GetOrderTrackingsRequest Source # 
type ShipwireReturn CancelOrderRequest Source # 
type ShipwireReturn CreateOrderRequest Source # 
type ShipwireReturn GetOrderRequest Source # 
type ShipwireReturn GetOrdersRequest Source # 
type ShipwireReturn RetireProductsRequest Source # 
type ShipwireReturn GetProductRequest Source # 
type ShipwireReturn ModifyProductRequest Source # 
type ShipwireReturn ModifyProductsRequest Source # 
type ShipwireReturn CreateProductsRequest Source # 
type ShipwireReturn GetProductsRequest Source # 
type ShipwireReturn GetReceivingLabelsRequest Source # 
type ShipwireReturn GetReceivingTrackingsRequest Source # 
type ShipwireReturn GetReceivingShipmentsRequest Source # 
type ShipwireReturn GetReceivingItemsRequest Source # 
type ShipwireReturn GetReceivingInstructionsRecipientsRequest Source # 
type ShipwireReturn GetReceivingHoldsRequest Source # 
type ShipwireReturn CancelReceivingLabelsRequest Source # 
type ShipwireReturn CancelReceivingRequest Source # 
type ShipwireReturn ModifyReceivingRequest Source # 
type ShipwireReturn GetReceivingRequest Source # 
type ShipwireReturn CreateReceivingRequest Source # 
type ShipwireReturn GetReceivingsRequest Source # 
type ShipwireReturn StockRequest Source # 
type ShipwireReturn RateRequest Source # 

newtype ParentId Source #

Constructors

ParentId 

Fields

newtype Total Source #

Constructors

Total 

Fields

newtype Next Source #

Constructors

Next 

Fields

Instances

newtype Limit Source #

Constructors

Limit 

Fields

Instances

Eq Limit Source # 

Methods

(==) :: Limit -> Limit -> Bool #

(/=) :: Limit -> Limit -> Bool #

Show Limit Source # 

Methods

showsPrec :: Int -> Limit -> ShowS #

show :: Limit -> String #

showList :: [Limit] -> ShowS #

data StockItemResource Source #