Retail Express API 2.1

FreightType

object

Freight Type Model

* Additional properties are NOT allowed.
namestringrequired

Freight Type name.

>= 0 characters<= 100 characters

idinteger(int32)

Freight Type Id.

deletedboolean

Is Freight Type deleted (enabled/disabled)?.

modified_onstring(date-time)

Modified on

Example

FreightType.PagingResponse

object
* Additional properties are NOT allowed.
dataarray[object]

Freight Type Model

* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
Example

Inventory

object

Inventory view model

* Additional properties are NOT allowed.
allocatedinteger(int32)

Qty allocated

availableinteger(int32)

Qty available

bin_locationstring

Bin location

faultyinteger(int32)

Qty faulty

mslinteger(int32)

Msl

on_orderinteger(int32)

Qty onOrder

outlet_idinteger(int32)

Outlet Id

pickedinteger(int32)

Qty available

product_idinteger(int32)

Product Id

receivedinteger(int32)

Qty received

requestedinteger(int32)

Qty requested

transit_ininteger(int32)

Qty transit in

transit_outinteger(int32)

Qty transit out

modified_onstring(date-time)

Modified on

Example

Inventory.PagingResponse

object
* Additional properties are NOT allowed.
dataarray[object]

Inventory view model

* Additional properties are NOT allowed.
Show Child Parameters
page_numberinteger(int32)
page_sizeinteger(int32)
total_recordsinteger(int32)
Example

MaxDiscountRule

object

Max Discount Rule Model

* Additional properties are NOT allowed.
idinteger(int32)

Max Discount Rule Id.

namestring

Max Discount Rule name.

>= 0 characters<= 50 characters

valuenumber(double)

Max Discount Rule value.

typestring

Discount Type.

modified_onstring(date-time)

Modified on

Example