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
1mutation fileAcknowledgeUpdateFailed($fileIds: [ID!]!) {2 fileAcknowledgeUpdateFailed(fileIds: $fileIds) {3 files {4 # File fields5 }6 userErrors {7 field8 message9 }10 }11}
Input
1{2 "fileIds": [3 "gid://shopify/<objectName>/10079785100"4 ]5}
{
"fileIds": [
"gid://shopify/<objectName>/10079785100"
]
}