Skip to main content

ProductDeliveryConfig

Description

Per-Product configuration for digital or physical fulfillment automation. Directs ValkyrAI workflow selection and execution behavior.

Properties

NameTypeDescriptionNotes
productIdUUIDProduct this configuration applies to.
productProduct[optional]
deliveryTypeDeliveryTypeEnumPrimary fulfillment strategy for this product.
autoFulfillBooleanIf true, automatically trigger fulfillment workflow upon order payment confirmation. If false, manual intervention required.[optional]
fulfillmentWorkflowIdUUIDValkyrAI Workflow to execute for orders of this product. If null, use default workflow for deliveryType.[optional]
fulfillmentWorkflowWorkflow[optional]
notificationTemplateStringContentData slug for the fulfillment notification email/message. Rendered with order context and download link (for digital products).[optional]
maxConcurrentFulfillmentsIntegerThrottle for parallel fulfillment task execution.[optional]
retryPolicyStringRetry configuration (maxAttempts, backoffMultiplier, etc.). Applied by workflow execution engine.[optional]
idUUIDUnique identifier for object in the system[optional] [readonly]
ownerIdUUIDUUID of owner of the object in the system[optional] [readonly]
createdDateOffsetDateTimeDate of object creation[optional] [readonly]
keyHashStringData, including hash of the key(s) used to encrypt this record.[optional] [readonly]
lastAccessedByIdUUIDLast user to access object[optional] [readonly]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional] [readonly]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional] [readonly]
lastModifiedDateOffsetDateTimeDate of last object modification[optional] [readonly]

Enum: DeliveryTypeEnum

NameValue
INSTANT_DIGITAL"instant_digital"
SCHEDULED_DIGITAL"scheduled_digital"
MANUAL_REVIEW"manual_review"
PHYSICAL_SHIPMENT"physical_shipment"
HYBRID"hybrid"

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0.1-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-12-03T11:13:18.492704-08:00[America/Los_Angeles]