UploadOrderReturnAttachments
Type: schema
TypeScript Definition
typescript
UploadOrderReturnAttachments: {{
images?: string[];
videos?: string[];
};
/** User */
}OpenAPI Schema
json
{
"title": "UploadOrderReturnAttachments",
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/UploadOrderReturnAttachments",
"description": "API reference for the UploadOrderReturnAttachments schema"
},
"properties": {
"images": {
"type": "array",
"items": {
"type": "string",
"contentMediaType": "application/octet-stream"
}
},
"videos": {
"type": "array",
"items": {
"type": "string",
"contentMediaType": "application/octet-stream"
}
}
}
}Auto-generated from OpenAPI spec and TypeScript definitions