Product configuration
Full model
Property |
Type |
Description |
product |
Product |
Reference object representation of the product |
traveler |
Traveler[] |
all traveler in one orderItem must fit to the same restrictions for the product (age, GA, ...) |
numberOfTravelers |
int? |
number of persons in total including children in a range from 1 to 30 |
validFrom |
DateTime |
|
validUntil |
DateTime |
Either duration or validUntil can be defined but not both. Providing both results in a bad request |
duration |
string |
Either duration or validUntil can be defined but not both. Providing both results in a bad request |
offerTerm |
OfferTerm[] |
|
fulfillmentOptions |
FulfillmentOptions |
|
Simplex model
Property |
Type |
Description |
product |
Simpex.ProductVariant |
Reference object representation of the product |
validFrom |
DateTime |
|
validUntil |
DateTime |
Either duration or validUntil can be defined but not both. Providing both will result in a bad request |
duration |
string |
Either duration or validUntil can be defined but not both. Providing both will result in a bad request |
numberOfTravelers |
int? |
number of persons in total including children in a range from 1 to 30 |
offerTerm |
OfferTerm[] |
|
Last update:
January 27, 2023 14:37:03