Retail Express API 2.1

Voucher

object
* Additional properties are NOT allowed.
idinteger(int32)

Voucher Id.

codestring

Voucher code

typeobject
* Additional properties are NOT allowed.
Show Child Parameters
initial_valuenumber(double)

Initial value

balancenumber(double)

Balance

created_onstring(date-time)

Created on

expires_onstring(date-time)

Modified on

orderobject

Order model

* Additional properties are NOT allowed.
Show Child Parameters
Example

Voucher.PagingResponse

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

VoucherType

object
* Additional properties are NOT allowed.
idinteger(int32)

Voucher type Id.

namestring

Voucher type code

voucher_textstring

Voucher type code

valid_for_daysinteger(int32)

Voucher type code

Example

VoucherType.PagingResponse

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

fulfilment.Order

object

Order model.

* Additional properties are NOT allowed.
fulfilment_service_idstring(uuid)required

Fulfilment service id.

order_item_idinteger(int32)

Order item id.

order_idinteger(int32)

Order id.

statusstring

Order Status.

errorstring

Error Message.

fulfilment_service_namestring

Fulfilment service name.

fulfilment_idinteger(int32)

Fulfilment id

fulfilment_qtyinteger(int32)

Fulfilment quantity

fulfilment_datestring(date-time)

Fulfilment date

Example