skip to Main Content

Problem to get a product data with sp-amazon for PHp

I am building a small webapp with PHP and jlevers/selling-partner-api (https://github.com/jlevers/selling-partner-api). I need to recover the ASIN starting from EAN code. I have tried this: $catalogApi = $connector->catalogItems(); try { // EAN code of a product $ean = '3578830113254'; $marketplaceId…

VIEW QUESTION

Problem with Amazon SP-API estimateTransport

I am having trouble getting estimateTransport() to work It is returning FTXGatewayService.estimateLtlShipment returned error code: 412 Why? The ShipmentType of Small Parcel / "SP" works, but "LTL" does not. The Amazon workflow says to first PUT to fba/inbound/v0/shipments/FBAxxxx/transport Then POST…

VIEW QUESTION

How to resolve "Access to requested resource is denied"?

I am getting the following when sending a marketplaceParticipations request to sellers/v1/marketplaceParticipations via Postman after following instructions and examples provided at https://developer-docs.amazon.com/sp-api/docs/connecting-to-the-selling-partner-api { "errors": [ { "message": "Access to requested resource is denied.", "code": "Unauthorized", "details": "" } ] }…

VIEW QUESTION
Back To Top
Search