BigCommerce API v3 - Google shopping with BigCommerce API v3 - bigcommerce

I am working with the v3 of the BigCommerce API and need to find a way to update or on-create the field for google shopping fields for each product.
There is a GET googleproductsearch in v2 but no documentation on updating seem to find an update path
I have tried following this thread:
Accessing Google Shopping Fields via BigCommerce API
Does anyone know what the endpoint to update or create a google shopping setting onto an item using the API instead of the site:

The Google Shopping feed functionality is currently being sunset and isn't included in V3 Catalog APIs, which is likely why documentation for an endpoint was removed. I was able to see the Allow Headers only includes GET, HEAD, and OPTIONS so it doesn't look like modifying these fields is possible via API. You can use a CSV import to accomplish this, and you can find more info about that here: https://support.bigcommerce.com/s/article/Importing-Exporting-Products#table

Related

IBM API Connect not showing API that I just created

I just created an API on APIC, but when I search APIs it doesn't show up in the search. Any idea why or where I can find the API I just created?
Try searching for the product. Then you can search through the product's API's and it should be there.

Fetching reviews and ratings from Shopify API

I need to get latest reviews from Shopify and it's ratings.
I found official Shopify reviews app with code snippet
which needs to be placed in theme template file, but there seems
to be no way to get these reviews through API or through webhooks.
Is there any other app for reviews in Shopify with open API?
Yotpo seems to have an open API: http://apidocs.yotpo.com/reference
I asked Shopify to create a webhook for their review app but the response was that they do not integrate with third party apps, unfortunately.
I'm not sure about getting historical reviews, but you can capture reviews that are created in the review form by adding an additional submit event handler in your script tag and submitting the data to your server via XHR.

Getting Google Shopping Categories from Big Commerce API

Is there a way to get the google shopping categories via the API from the categories that have already been mapped?
If not can they be exported?
Once/If i get the google shopping categories what is the way to PUT the data into BigC via the API? I have been to the documentation but its almost empty.
https://developer.bigcommerce.com/api/objects/v2/google_product_search_mapping
Currently, you can only GET Google Shopping Data from specific products by ID. You cannot PUT any of that info, but it can be imported or exported through a CSV.
To see what commands are available with a given API endpoint, I'd direct you to look at the Resource page as opposed to the Object page. The Object page only gives definitions for the values that a given endpoint will return or request.
More info on enabling Google Shopping in BigCommerce
Resource page for GPS

Accessing Google Shopping Fields via BigCommerce API

I am creating a custom integration with a third party part supplier to create products in their inventory in BigCommerce. I Need the ability to turn on google shopping for the products imported and add the MPN and category, but i don't see how to modify this in the API. If anyone has any feedback please let me know!
So, after contacting BigCommerce about this issue. The API does not have access to the Google shopping fields. Bummer. However as a workaround you can generate an import file with just product ids and the required fields listed in this nice tutorial. Follow the remaining steps in the guide to find the fields for the google shopping tab (they all start with GPS) and then add your values to a csv.
My script will actually generate the csv when a new product is added via the api, and send it to the client for upload. Which isn't too much of a hassle when inventory items do not change frequently.

Shopify Delivery App API

I'm a developer and I'm working on my own Shopify app
at the moment. I wanted to ask is there ability to get Product
download URL using API or may be somehow accessing Shopify Delivery app API? I
tried, but it seems that I can not get any info about downloadable
products using API, usual set of data only, like for any other
products. Is it really so, and there is no way to get product download
link using API (product API or may be order API).