BigCommerce API - Google Shopping - api

Is there a way to retrieve "Google Shopping" field like Color, Manufacturer Part Number, Size etc from the BigCommerce API?
Thanks,
Brij

Yes, you retrieve the Google Product Search Mappings subresource for the product:
https://developer.bigcommerce.com/api/objects/v2/google_product_search_mapping
For example, the following endpoint would give you the data you're after:
GET /stores/{store_hash}/v2/products/{product_id}/googleproductsearch

Doesn't look like it, but there's a workaround in this SO question/answer:
Accessing Google Shopping Fields via BigCommerce API

Related

How to search products by title using Shopify product search API?

We have created a Shopify app in which user can search for products of his own store by typing first 3 characters of product title. Products will be shown in a dropdown based on his search.
Now the problem is, how we can enable the search system to search directly from product search api?
We checked product search api on shopify but information is limited.
Can anyone help in this please?
Is simple, make your api call thus:
GET /admin/products.json?title=your_product_title

Need to modify Shopify products API BY Shopify team then return back to me

It is necessary to modify Shopify products API as per my client requirement.
For example the below products API is available in Shopify API reference document.
GET /admin/products.json
I am able to get list of products from above API. But i want to filter products based on price by sending price as input parameter and get related products as a response.
For that post API is needed. Do shopify team provide Products API for filtering products by sending input parameter as that is not available in API reference?
Kindly give me the information. Thanks in advance
No, there is no way to filter on a price range using /admin/products.json. You can page through all of the products, 250 at a time, and find the products that meet your criteria that way.

Read Shopify shop shipping origin

Anyone know how to read a Shopify shop's shipping origin? The address you can read via the Shop API appears to be just for billing.
I've tried using the 'Location' API but that seems to reference the same data as the Shop API.
I hope it may be useful for someone.
There is a field called primary_location_id in Shop resource
I don't know if that's what you are looking for but shop.address.summary liquid variable might help.

Does ebay API allows to create a listing draft?

I would like to create a listing ebay draft as it is possible to do manually using this flow:
Go to the new listing sell creation page
Choose category id
Put some random data (title, description, etc.)
Close tab
You will see now unfinished draft, when you go to the new listing sell creation page.
Can I do the same thing using eBay api?
The reason of it is that I don't want to implement all functionality of addItem, currently.
eBay API will not allow to create draft listing.
when you call API for creating new listing, API needs all required fields value.
eBay Listing API provide one attribute PrivateListing.it will hide your product for selling.
If PrivateListing is true, designates the listing as private.customer can't see private listing.
eBay Listing API provide one more attribute ScheduleTime.
When you export product in eBay via API you can give ScheduleTime as well, eBay will active product for selling based on ScheduleTime.
You can make product inactive/draft using this alternative way.
http://developer.ebay.com/devzone/xml/docs/Reference/eBay/AddItem.html#AddItem
You can refer above link for eBay API.
As of now, I can confirm eBay does provide the API to create listing draft, though it's in beta at the moment.
POST - /item_draft/
Official doc is here
To my knowledge this cannot be done, since there are some pretty strict constraints around using the addItem API call, and eBay will throw an error if you don't complete the all the required fields. The required fields of addItem are numerous enough that if you could populate these fields, then you are already 90% of the way to completing your listing anyways.
If you are using Selling Manager Pro, you can create product templates which may be a way to accomplish what you are looking for.

eBay Daily Deals API

I'd like to use the eBay API to get the deals available in the "Deals & Special Offers" (Daily Deals) section of the site. But I can't find any functions or function parameters that would allow me to do that. It seems I can only retrieve the data available on the main site, i.e. things I can find by using the "Shop by category" menu on the eBay home page.
Is there any way to get the Daily Deals using the API?
please review
eBay Deals: New Feed
You should hit the official API, this is the new URL: http://api.epn.ebay.com/deals/v1/country/us/feed/json?feedType=json
Here's an example page of the output: http://www.fastsearchapps.com/deals