1 / 28
文档名称:

最新API 的更新及最佳实践.pdf

格式:pdf   页数:28页
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

最新API 的更新及最佳实践.pdf

上传人:vip_1300 2016/6/10 文件大小:0 KB

下载得到文件列表

最新API 的更新及最佳实践.pdf

相关文档

文档介绍

文档介绍:API的更新及最佳实践 Danny Hui, Senior API Integration Consultant 议程 API的更新 ary Details Out-of-stock Control 功能刊登建议API API的最佳实践技巧与秘诀 API的更新 eBay 2014春季卖家更新分类结构更新 Sandbox环境的更新在三月一号完成 Production环境也在四月七号那星期上线 US,UK,DE和AU的都受到影晌开发者应该为系统的本地缓存更新物品属性也有更新三月一号 Sandbox 更新四月七号 Production 更新 ary Details ary Details 这是什么? 包含关于交易中的金钱分配在未来的API版本将取代ExternalTransactionContainer 好处 Payments 和Refunds 有条理地分开,方便存取增加了新的Payee 和Payer 属性 ary Details ExternalTransaction <ExternalTransaction> <ExternalTransactionID>A123412341234</ExternalTransactionID> <ExternalTransactionStatus>eeded</ExternalTransactionStatus> <ExternalTransactionTime>2014-04-02 11:33:25:00</ExternalTransactionTime> <FeeOrCreditAmount currencyID=“USD"></FeeOrCreditAmount> <PaymentOrRefundAmount currencyID=“USD"></PaymentOrRefundAmount> </ExternalTransaction> <!--... more ExternalTransaction nodes allowed here ... --> ary Details aryDetails <aryDetails> <Payments><Payment> <FeeOrCreditAmount currencyID=“USD"></FeeOrCreditAmount> <Payee type="UserIdentityCodeType">seller1</Payee> <Payer type="UserIdentityCodeType">buyer1</Payer> <PaymentAmount currencyID=“USD"></PaymentAmount> <PaymentReferenceID type="ExternalTransactionID">A123412341234</PaymentReferenceID> <!--... more PaymentReferenceID nodes allowed here ... --> <PaymentStatus>eeded</PaymentStatus> <PaymentTime>2014-04-02 11:33:25:00</PaymentTime> </Payment> <!--... more Payment nodes allowed here ... --> </Payments> <Refunds> <Refund>... </Refund> </Refunds> </aryDetails> GTC Out-of-stock Control