domorder
Domain Products
Renewing Your Orders
You need to place a renew request to renew your order.
To place a renew request do the following:
Step 1: Log in to your control panel. Learn how
Step 2: Navigate to the Order View.
Type the Domain Name of the order in the search field and select the order from the list.
Changing your Account Password
Step 1: Log in to your panel. Learn How
Step 2:Navigate to Profile and Security.
Click the icon at the top right corner of the page and click Profile and security.
Understanding Your Panel
Search Bar
The search bar allows you to search for your orders. It shows you the 5 recently searched orders in the list.
Dashboard Shortcuts
Once you login to your panel you can view the list of orders for your account.
You can do the following quick actions form the dashboard for the recently added orders :
Domain Name Orders:
Logging Into the Panel
Login to the Panel
To log in to the panel do the following
- Visit: http://demo.myorderbox.com/customer
- Enter your Username i.e., your Email Address
- Enter your Password and click Login.
Invalid Email/Password, or your User account maybe Inactive or Suspended
You will see this message if :
Changing Your Account Contact Details
You can login to the control panel by following the below steps:
Getting details of signed up TLDs with phase
Description
Returns a hash map containing the TLDs the reseller is signed up for with its current phase in OrderBox and some additional information.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/tld-info.json?auth-userid=0&api-key=key
Response
Returns a hash map containing the TLDs signed up for with the below details:
-
TLD
-
locking_available - Whether domain locking feature is supported for the TLD.
-
registry - Name of the registry to which the TLD belongs.
-
type - Whether the TLD is a gTLD or a ccTLD.
-
privacy_available - Whether privacy protection feature is supported by the TLD.
-
phases - Phase the TLD is in OrderBox (along with the start and end date of the phase, if available/applicable).
Purchasing / Renewing Privacy Protection
Description
Adds / Renews the Privacy Protection service for the specified Domain Registration Order.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Required |
Order Id of the Domain Registration Order for which the Privacy Protection service needs to be purchased / renewed. Privacy Protection is not supported for the following TLDs (extensions):
|
invoice-option | String | Required | This will decide how the Customer Invoice will be handled. Set any of below mentioned Invoice Options for your Customer:
|
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/purchase-privacy.json?auth-userid=0&api-key=key&order-id=0&invoice-option=NoInvoice
Response
Returns a hash map containing the below details:
domainname.com
-
Domain Name (description)
-
Order ID of the Domain Name Order (entityid)
-
Action Type (actiontype)
-
Description of the Privacy Protection Purchase / Renewal Action (actiontypedesc)
-
Action ID of the Privacy Protection Purchase / Renewal Action (eaqid)
-
Privacy Protection Purchase / Renewal Action Status (actionstatus)
-
Description of the Privacy Protection Purchase / Renewal Action Status (actionstatusdesc)
-
Invoice ID of the Privacy Protection Purchase / Renewal Invoice (invoiceid)
-
Selling Currency of the Reseller (sellingcurrencysymbol)
-
Transaction Amount in the Selling Currency (sellingamount)
-
Unutilized Transaction Amount in the Selling Currency (unutilisedsellingamount)
-
Customer ID associated with the Domain Name Order (customerid)
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.
Fetching the List of TLDs in Sunrise / Landrush Period
Description
Fetches the list of TLDs currently in the Sunrise / Landrush Period
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
phase | String | Required | Values can be sunrise or landrush. |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/domains/tlds-in-phase.xml?auth-userid=0&api-key=key&phase=sunrise
Response
Returns a hash map containing the list of TLDs currently in the Sunrise / Landrush Period:
-
Phase
-
Category
-
TLDs
-
-
Fetching the Trademark Claim Data
Description
Fetches the Trademark Claim Data, based on the Trademark Claim Key.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
lookup-key | String | Required |
Trademark Claim Key (tm-claims-key) Additional Information
Fetching the Trademark Claim Key using the Domain Check Availability API call |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/domains/get-tm-notice.xml?auth-userid=0&api-key=key&lookup-key=claim-key
Response
Returns a hash map containing Trademark Claim Data matching the Trademark Claim Key:
-
Trademark (markName)
-
Jurisdiction (jurisdiction)
-
Goods (goodsAndServices)
-
International Class of Goods and Services or Equivalent (description)
-
Trademark Registrant (holders)
-
Trademark Registrant Contact (contacts)