Skip to main content

Resource not found errors

What the Resource not found error codes mean and how to resolve them.

A resource not found error means the record you referenced does not exist, has been removed, or is not visible to your account. The request is rejected, and no data is changed in your account.

Every error in this family includes a stable code (for example NFND-1001). Find that code in the table at the bottom of this article to see exactly which rule was triggered.

Common causes

  • The ID or key points to a record that does not exist.

  • The record was deleted or archived.

  • You are working in the wrong environment or subscription.

  • The record belongs to a different account.

  • A typo in the ID or key.

How to fix it

  1. Match the code in your response to the table below.

  2. Verify the ID or key by looking up the record with a GET request first.

  3. Confirm you are connected to the correct environment and subscription.

  4. Check that the record has not been deleted or deactivated.

  5. Re-send the request once you have confirmed the record exists.

Codes in this family

Code

What it means

NFND-1001

{item} not found by id: {idOrCombinedId} provided.

NFND-1002

{item} not found.

NFND-1003

{object} Id: {id} does not exist or can not be found.

NFND-1009

{object} Id: {id} does not exist, can not be found or is invalid.

NFND-1010

Id ({combinedId}) not found.

NFND-1011

Id ({id}) for the custom field does not exist or can not be found.

NFND-1012

You are trying to filter results by {filterName} with {filteredName} but that value does not exist.

NFND-1013

Username is incorrect.

NFND-1014

The unit for this Alternate Id needs to be assigned to the product before the Alternate ID can be.

NFND-1015

Username and/or Password is incorrect.

NFND-1016

{relatedObject} (id: {relatedId}) needs to exist before the {object} can be created or updated.

NFND-1017

Product not found by sku provided: {sku}

NFND-1018

Webhook is unable to be parsed as iPaaS.com expects an entry on {firstPathSegment} but that entry does not exist.

NFND-1019

The designation type you are trying to set for the company is invalid.

NFND-1020

Integration Version not found by Id: ({versionId}) provided and/or it is not in an active state.

NFND-1021

Email Address {userEmail} for the user does not exist.

NFND-1022

Partner Designation not found by Type:{typeId} and Company:{companyId}

NFND-1023

OAuth entry Id: {id} does not exist, can not be found, or you do not have permission to access it.

NFND-1024

AccessToken not found for Shopify integration. Cannot update billing plan without this token.

NFND-1025

To update a Transaction, the transaction line needs to be a child of the transaction. Transaction Line Id: {request.Id} was not found on the Transaction Id:{dbTransaction.Id}.

NFND-1026

Transaction Line Item failed to save due to the gift card not found.

NFND-1027

Promo Code Id: {requestId} is not not found in this promomotion.

Did this answer your question?