FulfillmentPreference
Type: schema
TypeScript Definition
typescript
FulfillmentPreference: components["schemas"]["CollectInStoreFulfillment"] | components["schemas"]["DeliveryFulfillment"] | components["schemas"]["PartialCollectAndDelivery"]Component References
| Reference | Resolves To |
|---|---|
components["schemas"]["CollectInStoreFulfillment"] | CollectInStoreFulfillment |
components["schemas"]["DeliveryFulfillment"] | DeliveryFulfillment |
components["schemas"]["PartialCollectAndDelivery"] | PartialCollectAndDelivery |
OpenAPI Schema
json
{
"oneOf": [
{
"$ref": "#/components/schemas/CollectInStoreFulfillment"
},
{
"$ref": "#/components/schemas/DeliveryFulfillment"
},
{
"$ref": "#/components/schemas/PartialCollectAndDelivery"
}
],
"title": "FulfillmentPreference",
"x-tags": [
"Orders"
]
}Auto-generated from OpenAPI spec and TypeScript definitions