What options are available for me to check whether a transfer via Seller API was successful or had errors? (ResultCodes)
What options are available for me to check whether a transfer via Seller API was successful or had errors? (ResultCodes)
For every process which runs over the Seller-API will be result, which is indicated by a special code. The following result codes are possible and helps to check in detail, if errors came up (format is Code / Result / Description). For more information click here.
If a method requires a timestamp, which format is useable and what is important to know?
If a method requires a timestamp, which format is useable and what is important to know?
Some methods require dates as parameters or return dates. For example, the method "getDynamicArticlePrices" requires a filterFrom as input parameter. Because there is no date-type in the API, dates have to be coded in Strings as ISO datetime in the following format:
YYYY-MM-ddTHH:mm:ss+DTZ
2015-05-15T12:01:04+02:00
If you don’t send a time zone (e.g. ‘+02:00’), Channel Pilot Pro will use the time zone of your shop. Dates returned by Channel Pilot Pro will always be converted into the time zone of your shop. Please notify us if you have further questions support@channelpilot.com.
