Subject:
MPStats + n8n Integration: Unable to Get Price by SKU (WB/Ozon) via API (405/“SKU not specified” errors)
Body:
Hello!
I’m trying to connect n8n to the MPStats service via HTTP Request node to get product prices by SKU (WB/Ozon).
Tried endpoints:
- GET /api/wb/get/item/{sku}/prices
- GET /api/wb/get/item/prices?sku=37140496
- POST /api/wb/get/item/prices { “path”: “37140496” }
Always get:
sql
КопироватьРедактировать
405 Method Not Allowed. Must be one of: OPTIONS, GET
500 - "SKU not specified"
X-Mpstats-TOKEN is set, token is valid. Other endpoints work.
Has anyone solved this? Need working curl or n8n HTTP Request node config.
Thank you!