Anchor to fileAcknowledgeUpdateFailedfile
fileAcknowledgeUpdateFailed
mutation
Requires access scope.
Acknowledges file update failure by resetting FAILED status to READY and clearing any media errors.
Anchor to Arguments
Arguments
- Anchor to fileIdsfile•
Ids [ID!]!required Specifies the file(s) to acknowledge the failed updates of.
Was this section helpful?
Anchor to FileAcknowledgeUpdateFailedPayload returnsFileAcknowledgeUpdateFailedPayload returns
- Anchor to filesfiles•
The updated file(s).
- Anchor to userErrorsuser•
Errors [FilesUser non-nullError!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation fileAcknowledgeUpdateFailed($fileIds: [ID!]!) {
fileAcknowledgeUpdateFailed(fileIds: $fileIds) {
files {
# File fields
}
userErrors {
field
message
}
}
}
Input
{
"fileIds": [
"gid://shopify/<objectName>/10079785100"
]
}
{
"fileIds": [
"gid://shopify/<objectName>/10079785100"
]
}