If this content did not answer your questions, try searching or contacting our support team for further assistance.
acquia-dam-sdk / Components / CreateOrderParams
assets:
string
[]
Array of asset UUIDs to include in the order
conversions:
string
[]
Array of conversion UUIDs to perform on the assets for the order
optional
createArchive:boolean
Kick off the creation of a zip archive for the order created for the first (or only) recipient listed. Does not create zip archives for any recipient other than the first listed.
false
src/apis/orders/requests.ts:11
optional
metadata:object
If metadata is required for the specified order profile, it should be included here
fields:
object
[]
src/apis/orders/requests.ts:13
optional
notes:string
Notes to include in the order email
src/apis/orders/requests.ts:23
profile:
string
The UUID of the order profile to be used when creating this order
src/apis/orders/requests.ts:25
recipients:
string
[]
Array of the current user's saved contact UUIDs who should receive the order
src/apis/orders/requests.ts:27
optional
subject:string
Subject to use in the order email, a default is used if left blank