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.

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:

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):

  • .ASIA

  • .AT

  • .AU

  • .CA

  • .CN

  • .ORG.CO, .MIL.CO, .GOV.CO, .EDU.CO

  • .DE

  • .ES

  • .EU

  • .HN

  • .IN

  • .NL

  • .NZ

  • .PRO

  • .RU

  • .SX

  • .TEL

  • .UK

  • .US

invoice-option String Required This will decide how the Customer Invoice will be handled. Set any of below mentioned Invoice Options for your Customer:
  • NoInvoice: This will not raise any Invoice. The Order will be renewed.

  • PayInvoice: This will raise an Invoice and:

    • if there are sufficient funds in the Customer's Debit Account, then the Invoice will be paid and the Order will be renewed.

    • if there are insufficient funds in the Customer's Debit Account, then the Order will remain pending in the system.

  • KeepInvoice: This will raise an Invoice for the Customer to pay later. The Order will be renewed.

  • OnlyAdd: This will raise an Invoice for the Customer to pay later. The purchase/renew action request will remain pending.

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)

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)