Replies: 4 comments 2 replies
-
so nobody have to send json-files to amazon? |
Beta Was this translation helpful? Give feedback.
-
See the updated FeedsSample.cs |
Beta Was this translation helpful? Give feedback.
-
Thank you for the hint. I've tested the example, but get as answer from the API back: "Merchant is needed, but not available". also i tried to upload my tracking-Data with this function. I got the message back, that my json-File is not suppored. So how can i upload also my tracking data like this:
{ |
Beta Was this translation helpful? Give feedback.
-
sorry, but i'm a little bit stupit :-) amazonConnection = New AmazonConnection(New AmazonCredential() With {
| Message | "1 validation error detected: Value '' at 'marketplaceId' failed to satisfy constraint: Member must satisfy regular expression don't understand this, because marketplaceID is an value of the FikaAPI. I can't also find any example for ConfirmShipment. Maybe you have another hind for me? |
Beta Was this translation helpful? Give feedback.
-
So far, I have been using the Fika API to transfer various data such as stock levels, price updates and tracking data to Amazon. These are either CSV data or XML (e.g. for tracking data). Since this is to be switched off in March (I understand that CSV data will no longer be possible), I am now looking for a way to do this via JSON. I have already created a corresponding function for generating JSON. However, I am currently failing with the corresponding transfer calls. I've tried several, but either an XML is expected or Amazon issues an error message. For the tracking data in XML I have so far used POST_FLAT_FILE_FULFILLMENT_DATA. Is there an equivalent for JSon? JSON data does not accept this despite the ContentType.JSON parameter.
Beta Was this translation helpful? Give feedback.
All reactions