简体   繁体   English

CJ佣金详细服务API最近的响应结构

[英]CJ commission detail service api recent response structure

I need to implement Commission Detail Service API in my project. 我需要在我的项目中实现Commission Detail Service API。 The documentation of CJ commission detail API has no explanation of response structure. CJ佣金详细API的文档没有解释响应结构。 This Commission Detail Service (REST) question has the explanation, but now it's outdated because it doesn't contain all response parameters mentioned in CJ documentation. 这个委员会详细信息服务(REST)问题有解释,但现在已经过时了,因为它不包含CJ文档中提到的所有响应参数。 So, if someone is using commission detail API then, please help. 因此,如果有人使用佣金明细API,请提供帮助。 I truly appreciate your time and effort. 我真的很感谢您的时间和精力。 Thank you! 谢谢!

After getting no response here. 在这里没有回应之后。 I have raised the ticket on CJ site and this is the response I got. 我在CJ网站上举了票,这是我得到的回应。 XML回应

I have written the polling service as well in python. 我也用python编写了轮询服务。 Where I'm calling commission detail api(commission level) and by fetching out original_action_id, again I'm making call to commission detail api(item level) and finally combining both the result in one dictionary. 我在调用佣金详细信息api(佣金级别)并通过获取original_action_id的地方,再次调用佣金详细信息api(项目级别),最后将两者的结果合并到一个字典中。 You can find my repo in the given below link. 您可以在下面的给定链接中找到我的仓库。

https://github.com/arcticOak2/cj-commission-detail-service-api-complete-python-script https://github.com/arcticOak2/cj-commission-detail-service-api-complete-python-script

Thank you 谢谢

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM