Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reorder media assets for a variant
cURL
curl --request PUT \ --url https://admin.fanfare.io/api/products/{productId}/variants/{variantId}/media-assets/reorder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "assetOrder": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "success": true }
Fanfare secret key. Keep secret credentials on your server.
Variant media assets reordered successfully