You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use the returned keys in subsequent PIM mutations
371
373
```
372
374
375
+
`uploadImage` validates that the file is an image before creating a `MEDIA` upload. Use `uploadFile` for assets that should live in the tenant's static file storage, and `uploadMassOperationFile` for imports handled by the mass operations pipeline. Call `uploadToTenant` directly if you need lower-level control (e.g., custom buffers or upload types).
// Use the returned keys in subsequent PIM mutations
181
183
```
182
184
185
+
`uploadImage` enforces image uploads and targets the `MEDIA` storage bucket. `uploadFile` routes other assets to the static file storage, while `uploadMassOperationFile` prepares files for ingestion by the mass operations pipeline. Use `uploadToTenant` if you need to provide your own buffer or specify the upload type manually.
186
+
183
187
### Signature verification
184
188
185
189
Before (v4): `createAsyncSignatureVerifier` (and an older sync variant)
0 commit comments