Get products that Product Id Not In In Product REST API in shopify - shopify

I am working on custom APP
I Need to there is any option that we can pass product's into REST API product api into shopify that we did not want that products id's in "admin/api/2022-04/products.json" in this api e.g
We did not want product id 75825896,48589658,4785996 that we can pass these ids into "admin/api/2022-04/products.json" api and did not return these product's ids information

Related

how to get amazon web store product list API ? i want to get the list of products that is available on my store

i know we can create a store on amazon to sell our products. is there any api or method for getting the product list of my store through API call ?

Shopify Admin API - add sales channel to product

I have some products that I want to add them a sale channel using Shopify API, and not ask the user to do that manually from Shopify dashboard.
any way to do that?

Copy shopify products, customers and orders using api

I have to clone shopify products, customers and orders from one store to another using API. I am able to do this successfully for products and customers. For creating relationship between source and destinatio store products I have used handlers.
Customers are linked based on customer email.
But order feed has customer and product Id of source store. My new store has own product Id and i don't know how to relate new products. Also I need to check if this order has been imported or not. I am not able to find anything with which I can work.
Because token, cart token, checkout token and order number changed for each store. Can someone help me in resolving this.
Thanks

How to get all the categories and items of amazon product advertising API

I want to create a product comparison website that will show the products from different websites and will compare them. For this, I have Amazon Product advertising API (AWSAccessKeyId, Associate Tag and Secret Access Key). I am new to this API. How can I get all the categories of products provided by amazon.com, so that I can pick each and every item from this site. Currently I am using this url:
http://webservices.amazon.in/onca/xml?AWSAccessKeyId=my_key&AssociateTag=my_tag
&BrowseNodeId=1&Operation=BrowseNodeLookup&ResponseGroup=BrowseNodeInfo&Service=AWSECommerceService&Timestamp=my_timestamp&Version=2011-08-01&Signature=my_sign

Shopify API - Payments

I have been reviewing the API documentation for Shopify and am trying to figure out if the cost of an item selected from the 'Store' can be passed in a Get command back to a different website so a different website can charge for the Item along with other charges from a website ...and then once the payment goes through on the website, send a POST to shopify that the sale was complete and proceed with fulfilling the order?
Our software is newspaper software so we provide newspapers with subscriber web portals were customers can sign up and pay for a newspaper subscription.
We would like to offer the ability to add Single Sales items to what a customer purchases and we want to be able to do it in one payment transaction
I have reviewed the various Shopify API documentation but it is not clear if the API supports getting cost info and posting a successful charge back to Shopify to complete the fulfillment step. We are looking to be able to GET the cost for a selected single sale item passed to us from the Shopify API so that we can add it to the Amount we pass to the Payment Gateway we integrate with and when the payment goes through, send Shopify a success on the payment.
The ultimate goal is to have a customer make one payment that can include single sales items as well as a newspaper subscription or day pass.
You should do a POST and create an Order using the Shopify API once (at your side) are sure the payment has gone through.