SkuMixPlacementResponse interface
Sku Mix Placement API response.
Properties
| partial |
Indicates whether the response is a complete or partial fulfillment. |
| placement |
List of placement choice recommendations. |
| valid |
Date/time until which the recommendations are valid. Callers should request fresh recommendations after this time. |
Property Details
partialFulfillmentReason
Indicates whether the response is a complete or partial fulfillment.
partialFulfillmentReason: string
Property Value
string
placementChoices
List of placement choice recommendations.
placementChoices: SkuMixPlacementDeploymentChoice[]
Property Value
validUntil
Date/time until which the recommendations are valid. Callers should request fresh recommendations after this time.
validUntil?: Date
Property Value
Date