RESTful Sell APIs: Fulfillment
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Finances API Signature not working

Hello together!I'm trying to access my transactions via the RESTFul API using PHP:$endPointTransaction = 'https://apiz.ebay.com/sell/finances/v1/transaction?limit=1000&filter=transactionDate:['.$startDateString.'..'.$endDateString.']';Unfortunately, ...

403 for all calls - production & sandbox

Hi, is there currently issues with OAUTH App tokens? I am unable to make any calls using OAUTH app tokens in the API explorer. I just get a 403. The scopes cover what I am trying to do also.https://api.ebay.com/sell/fulfillment/v1/order{"errors": [{"...

User avatar by Adventurer
  • 492 Views
  • 2 replies
  • 0 helpful

Inventory vs active listings

When testing our API app to access an inventory product using: https://api.ebay.com/sell/inventory/v1/inventory_item/{SKU} always got the response: {"errors": [{"errorId": 25710,"domain": "API_INVENTORY","subdomain": "Selling","category": "REQUEST","...

Fulfillment API 403 error

Hello all, I am receiving the following error when attempting a call to the ebay fulfillment API get orders url using the user token I generated for my personal account. Any idea on how to get this solved? I know that my token is correct. I have also...

missing eBay Tax for UK sales

So as far as known Sales made in the UK are subject to taxes However if you check the Sale's JSON it states that no taxes were applied { "creationDate": "2023-06-06T18:59:23.000Z", "lastModifiedDate": "2023-06-06T19:05:48.000Z", "orderFulfillmentStat...

image_2023-06-07_173128349.png
User avatar by Explorer
  • 420 Views
  • 1 replies
  • 0 helpful

Resolved! Can't POST to issueRefund endpoint

Hi everyone, I have the following code in python: from base64 import b64encode from urllib.parse import urlparse import json import sys import time import requests from Crypto.PublicKey import ECC from Crypto.Signature import eddsa from Crypto.Hash i...

Most Marked as Helpful Authors