Skip to main content
POST
Beta. The order asset management endpoints are in active development. The request and response shapes shown here are stable for production use, but we may add new fields or capabilities without notice. Contact support to be notified of breaking changes.
Attach existing assets to a specific order. This creates a custom (order-level) collection for the order and links the provided assets to it. Assets attached this way appear on the customer’s download page alongside any product-level assets. Use this endpoint together with Create Asset and Notify Order to programmatically deliver files to customers.

Path parameters

string
required
The order’s unique identifier (UUID).

Request body

array
required
An array of asset UUIDs to attach to the order. Assets must belong to your store. Existing attachments are preserved — duplicates are silently ignored.

Response

object
required
The order object.
array
required
List of assets that were attached (or already attached) to the order.