caponica / AmazonMwsComplete

Name-spaced wrappers for the full set of Amazon MWS client libraries
56 stars 53 forks source link

FbaOutboundClientPack param PARAM_DESTINATION_ADDRESS is incorrect #44

Open maykino opened 4 years ago

maykino commented 4 years ago

const PARAM_DESTINATION_ADDRESS = 'DestinationAddress'; is incorrect. Should be:

const PARAM_DESTINATION_ADDRESS = 'Address';

maykino commented 4 years ago

Actually. I was wrong. It's correct for the label creation call but it's incorrect for the preview.

caponica commented 4 years ago

Hi @maykino - is there an issue here? If not then please close this thread. If there is then let me know what needs to be updated.

caponica commented 4 years ago

@maykino - I think I've fixed this in be890557ff369e6e5aaba41909e16d1b2bbf8561 I don't use that client myself, though (and it wasn't originally written by me) so please let me know if it's now working for you.