amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
589 stars 728 forks source link

How to retrieve the seller notes for FBA orders via Orders API #4161

Open sugatabagchi opened 3 weeks ago

sugatabagchi commented 3 weeks ago

Hello SP API Support Team,

We are trying to read the seller notes API field value from the UI, but not sure which API to call. Since this is an editable field in the UI - so that we can use this field to mark order processed,shipped ,canceled et.c during the life cycle of the orders. Request to Amazon Support SP API team:

  1. How to update sellernotes for FBA orders using SP-API
  2. How to fetch the sellernotes for FBA orders using SP-API

Thank You Sugata

jawheral commented 3 weeks ago

Hi @sugatabagchi,

This data is currently not available through SP-API. Are you maybe trying to access the Order Status information? Order status can be retrieved using getOrder from the Orders API.

If there are more reasons why you need this data through the API, please share, I will be happy to learn more about your use cases.

I hope this helps!

Best, Jawher Selling Partner API Solutions Architect

sugatabagchi commented 2 weeks ago

Hello @jawheral We want to use this to put notes and fetch the same during an order life cycle.

Thanks Sugata