dongzhan1948 2017-05-08 16:45
浏览 205
已采纳

与woocommerce的自定义仓库API进行交互

I have a woocommerce wordpress store. When an order comes in, I need to transmit the order to our warehouse/fullfillment center using the warehouse's custom api (they wrote it themselves). In other words, after collecting payment on an order, woocommerce will hit the warehouse api url with a post request and json data about the order.

Can anybody point me to some documentation about how/where to do this in woocommerce?

  • 写回答

1条回答 默认 最新

  • dongpo8702 2017-05-08 17:57
    关注

    What you want to do is look at the "hooks" that are available for Woocommerce. These will allow you to alter the behaviour of Woocommerce at certain points. There are two types of hook: actions and filters. Action hooks allow you to execute custom functions during these 'events' while filter hooks allow you to manipulate data during the 'events'.

    Here's an intro from the Woocommerce documentation: https://docs.woocommerce.com/document/introduction-to-hooks-actions-and-filters/

    Here's the complete Woocommerce reference for Hooks: https://docs.woocommerce.com/wc-apidocs/hook-docs.html

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题