ShoppingResponse
A Response to a shopping request. Facilitates the tracking of what was Offered and contains an identifier unique to the source Airline for a set of product Offers returned.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
carrier |
An organization which carries the passenger, baggage, or goods, and/or commits to delivering the carriage as well as any related services such as issuance of ticket, creation of Order, etc. |
Carrier |
false |
|
|
${prop.ignore} |
inventoryGuarantee |
An Identification and time limit information for holding inventory in an Offer or Order. |
InventoryGuarantee |
false |
|
|
${prop.ignore} |
shoppingResponseIdentifier |
Unique shopping session response ID. |
string |
false |
|
|
${prop.ignore} |
{
"carrier" : {
"aircraftGroup" : [ { } ],
"airlineAccountingCode" : "string",
"airlineCabinType" : [ { } ],
"airlineCriteria" : [ { } ],
"airlineDesigCode" : { },
"airlineLoadInfo" : [ { } ],
"airlineProfile" : { },
"alliance" : [ { } ],
"baggageAllowance" : { },
"baggageDisclosure" : { },
"baggageStandardWeights" : [ { } ],
"bagTag" : { },
"bookingEntity" : { },
"carrierAgent" : [ { } ],
"carrierAircraftType" : [ { } ],
"carrierFee" : { },
"clearance" : { },
"clearanceParty" : { },
"contactInfo" : [ { } ],
"contentOwner" : { },
"coupon" : { },
"crewBaggageStandardWeights" : [ { } ],
"crewStandardWeights" : [ { } ],
"datedMarketingSegment" : [ { } ],
"datedOperatingFlight" : [ { } ],
"datedOperatingSegment" : [ { } ],
"duplicateDesigInd" : "boolean",
"iataAircraftType" : [ { } ],
"iataNumber" : "number",
"loyaltyProgram" : { },
"loyaltyProgramAccount" : { },
"marketedOffer" : [ { } ],
"merchantAccount" : { },
"name" : "string",
"order" : [ { } ],
"orderItem" : [ { } ],
"paxStandardWeights" : [ { } ],
"programCriteria" : { },
"promotionIssuer" : { },
"service" : { },
"serviceDefinition" : [ { } ],
"shoppingResponse" : { },
"ticketIssuanceInfo" : { },
"uldType" : [ { } ],
"validatedOffer" : [ { } ],
"volumeUnitCode" : { },
"weightUnitCode" : { }
},
"inventoryGuarantee" : {
"inventoryGuaranteeIdentifier" : "string",
"noGuaranteeInd" : "boolean",
"offer" : { },
"order" : { },
"shoppingResponse" : { },
"timeLimitDateTime" : "string",
"waitListInd" : "boolean"
},
"shoppingResponseIdentifier" : "string"
}