How to find godaddy subaccount Id - godaddy-api

Can anyone please tell me how do I find/get Godaddy subaccount Id.
I have a reseller account and I am working in Godaddy domain register API.

There seems to be no API to list all the sub-accounts, but you should be able to find them in the GoDaddy Reseller Control Center - Reports - Customer Lookup.
The Customer Number in the report is the shopper ID of each sub-account, you can call this API (https://developer.godaddy.com/doc/endpoint/shoppers#/v1/get) to retrieve further information.

Related

How my student access our courses in elearning odoo

In odoo elearning, I created many courses.But I have no idea how my student access my courses.They all need user account for accessing courses?
Under the website settings, you can allow Free sign up for Customer Account. And then they can register to the courses.

Adding contact address in Odoo

I am working with Odoo External API version 12. For nor I am using res.partner to add customers.
But there are few points:
There are 2 kind of customers. B2B and B2C
When customer is B2B it has to take the company name as a main name, and customer name as a contact address.
In this case I have 2 questions:
Adding it as individual or company is better approach? Because when I am adding as a company and customer as a contact address it is creating totally new company. However I just need to create that company under my main company.
How I can create individual + contact address in the same request.
Thanks in advance
Its better to add as separate company and contact

Using Amazon (Product Advertising) API disable join button

I signed up as an associate to use the API, but then when clicking the Product Advertising API, it did not let me sign up. I emailed to see how I can access it and was told this:
Registration for the Product Advertising API is only available to Associates that have been reviewed and received final acceptance in to the Associates Program.
Applications that are in the pending approval status will be reviewed once 3 referrals are made on the application.
I don't know what that really means, and I don't even necessarily want to be an associate; I just want to use this API to get Amazon search results for a browser extension. Anyone know how I can achieve this?
They added a new rule recently ! You can only use the Product API if you have sold at least 3 items.
I've tried to do this with a different account and credit card, but I still got 0% commission lol
and then you need to contact to amazon

Determine Shop To Which Fulfilled Order From Webhook Belongs

I have a Shopify app that creates a webhook for orders/fulfilled when a shop signs up, I also save some details about the shop as well as it's products.
When Shopify sends me fulfilled orders via the webhook, i want to associate this order with the appropriate shop to which it belongs.
I have looked in the data sent, but there's no shop name or shop url.
Is there a way for me to determine which shop the orders belong to?
Thanks.
If you have setup a Webhook then you know two things for sure.
The domain of the shop calling you is in the header
There is authentication information in the header you have to use
If you are not authenticating your webhook you're doing it wrong. So the short answer to determining which shop is calling you is to look inside the header for the domain.

ActiveMerchant - Can I integrate a Merchant ID Number with Authorize.net?

I'm building an e-commerce website from scratch in Ruby on Rails. I currently have PayPal integrated into the site, but the client wants to go with a cheaper solution (that takes less cut than PayPal.) I don't have a website for them, they don't have integration docs. All I got was a Merchant Identification Number (MID). The guy from the payment company said that my client would be able to use this Merchant Identification Number when the shopping cart site asks for it.
The payment guy thinks that my client is using a pre-packaged solution like Volusion or Magneto.
Can I use the Authorize.net payment gateway with just a merchant identification number? It looks like from this page, http://activemerchant.rubyforge.org/classes/ActiveMerchant/Billing/AuthorizeNetGateway.html#method-M000393, that I need an Authorize.Net API Login ID and an Authorize.Net Transaction Key.
What information am I missing from the payment guy?
He said that we could use VeriSign or Authorize.net... but VeriSign was acquired by PayPal, wasn't it?
The merchant ID is required, along with other details, to register for an Authorize.Net account. Once you have that account they will provide you with the API loginand transaction key. Then you. Can integrate it into active merchant and accept payments.