uts_group
Pathfinder
Community Member since ‎08-22-2019
‎07-15-2024

User Statistics

  • 9 Posts
  • 0 Solutions
  • 1 Helpful Votes Given
  • 0 Helpful Votes Received

User Activity

I want to retrieve information about the available quantity of a product. For this purpose, I tried using two methods:Browse API: https://developer.ebay.com/api-docs/buy/browse/resources/item/methods/getItem It returns the following information: { "i...
I need to update the following information on an eBay listing:NameQuantityPriceStatus: Active / InactiveI need to handle both regular listings and variations. I have legacyItemId and variationId. How can I use these data points to perform the updates...
In my program, I retrieve information about orders, their items, and products. For this purpose, I use the method: https://developer.ebay.com/api-docs/sell/fulfillment/resources/order/methods/getOrders. It returns, among other things, "lineItems" (ht...
In my program, I use the REST API to fetch information about orders and products. However, I found that the REST API does not return information for a custom-specified product SKU (btw: is there any way to make it return this information?). To achiev...
Currently, when retrieving orders into our system, we use the "sell/fulfillment/v1/order" endpoint. This endpoint provides us with information based on which we add order items and products associated with each order item into our system. To do this,...
Helpful given to