API eState

API eState

 

 

Orchid Estate API Documentation    

   

Endpoint    

   

`POST` https://estateapi.orchid-apps.com/api/submit_upc   

   

Description   

   

This API endpoint allows you to submit a Universal Product Code (UPC) along with a ZIP code to retrieve information about the product's availability in the specified location.   

   

Request   

   

The request should be made using the `POST` method. The request body should be sent as raw JSON.   

   

Request Body Parameters   

   

Parameter    

Type    

Description    

api_key   

string   

API key provided by Orchid during implementation   

zip_code   

string   

ZIP code representing the desired location   

upc   

string   

Universal Product Code (UPC) of the product   

   

Example Request   

   

POST h(ps://estateapi.orchid-apps.com/api/submit_upc

 

Content-Type: application/json

 

{

  "api_key": "aaaacccc-bbbb-9999-dddd-19d9bf4b94cb",

  "zip_code": "21205",

  "upc": "090161045156"

}  

   

             

 

 

Response   

   

The API response will provide information about the product's availability based on the submitted UPC and ZIP code.   

   

Response Codes   

   

Response    

Description    

1

Unrestricted

2

Restricted

3

Roster State

5

UPC not found

   

Testing   

   

You can use the following test ZIP code and test UPCs to simulate different responses:   

   

Test ZIP Code: 21205 

   

Test UPCs:   

-          UPC: 090161045156, Response: 1 (Unrestricted)   

-          UPC: 845737002367, Response: 2 (Restricted)

-          UPC: 022188865813, Response: 3 (Roster State)

-          UPC: 123412341234, Response: 5 (UPC not found)   

   

Please note that the actual availability of products may vary based on real-Ime data.    


    • Related Articles

    • Orchid eFFL API Doc

      Orchid eFFL API Documentation Endpoints Search all FFLs and return associated details Search for a single FFLs by number and return associated details Search for a single FFLs by name and return associated details Search for a single FFLs with ...
    • Q2S7.24 Release Notes - Orchid eBound™ / eState / APAB

      Q2S7.24 Release Notes This program, printed documentation and documents should not be used as a substitute for professional advice in specific situations. The procedures, images and examples in this document are for illustrative purposes only and may ...
    • Q4S24.23 Release Notes - Orchid eBound™ / eState / APAB

      Q3S24.23 Release Notes Orchid eBoundTM, eStateTM, APABTM This program, printed documentation and documents should not be used as a substitute for professional advice in specific situations. The procedures, images and examples in this document are for ...
    • Q3S18.22 Release Notes - POS/eComm

      Q3S18.22 Release Notes Orchid POSTM and Orchid eCommerceTM   This program, printed documentation and documents should not be used as a substitute for professional advice in specific situations. The procedures, images and examples in this document are ...
    • Q1S5.24 Release Notes - Orchid eBound™ / eState / APAB

      Q1S5.24 Release Notes This program, printed documentation and documents should not be used as a substitute for professional advice in specific situations. The procedures, images and examples in this document are for illustrative purposes only and may ...