You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to send various message types to customers through the Amazon Messaging API. I’ve enabled buyer communication on my Amazon seller developer account. However, when I run the getMessagingActionsForOrder API call, it only returns the send_invoice action, even though I need access to more messaging actions.
Is there anything from my side that's stopping from limiting me with only one messaging action
message_response=messaging_client.get_messaging_actions_for_order(order_id=orderid, marketplaceIds='marketplace_id)
print(message_response)
output:
json format with only one action (sendinvoice)
I want to send extra information on my orders to the buyers inorder to do that I need more messaging actions please help me with this issue
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to send various message types to customers through the Amazon Messaging API. I’ve enabled buyer communication on my Amazon seller developer account. However, when I run the getMessagingActionsForOrder API call, it only returns the send_invoice action, even though I need access to more messaging actions.
Is there anything from my side that's stopping from limiting me with only one messaging action
message_response=messaging_client.get_messaging_actions_for_order(order_id=orderid, marketplaceIds='marketplace_id)
print(message_response)
output:
json format with only one action (sendinvoice)
I want to send extra information on my orders to the buyers inorder to do that I need more messaging actions please help me with this issue
Beta Was this translation helpful? Give feedback.
All reactions