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 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用