You can use InstanceService/GetInstance or BatchGetInstances with the GTIN value to see if we know it. Alternatively you can try creating an offer with the GTIN as the instance identifier. If we don't have it in our database, the error Instance not found is being returned. If we have it in our database, then the offer is created in an unverified state. You need to manually verify it in your Seller Interface.
⚠️ We only use original manufacturer GTIN. Custom GTIN that you requested as a seller at GS-1 will not work as they are not in our database.
Our database currently holds GTIN for Apple iPhones/iPads and Samsung Phones.
If you can provide original manufacturer GTIN for products please reach out to listing@refurbed.com.
Example Request Body for InstanceService/GetInstance:
{
"gtin": "0888462098052"
}
Example Response:
{
"instance": {
"id": "26",
"name": "iPad Air 1 (2013) | 9.7\" | 16 GB | space gray"
}
}