Adding Fields to Order API Call on WooCommerce - Stack Overflow
I am making a Rest Api call to my WooCommerce to retrieve all orders
/wp-json/wc/v3/orders
The call is perfect and I can get all the data to process on my management system.
I would like to be able to add fields to the schema to be taken from the user_meta table to complete the order placed by the user.
Can you tell me the file that generates the schema and where to add the Join to the query to retrieve the data I need?
Thank you
I tried to edit the files in rest-api/controllers/versionx.x
. but without success
最新文章
- 移动互联网迅猛发展连接人与服务成为重要趋势
- [连载]巨头“心血之作”终失败(五):惠普TouchPad
- How do I convert a saved tensorflow model to pytorch which is not compatible with ONNX? - Stack Overflow
- Youtube APi Fetching Gender Percentage of my channel - Stack Overflow
- opengl - How to render a FBO into an ImGui window? - Stack Overflow
- docker compose - Issues with Using CapSolver Extension in Selenium Grid for reCaptcha v2 - Stack Overflow
- c++ - Level-Order Traversal of a Binary Tree Without Recursion? - Stack Overflow
- soa - How to use a variable in a composite or wsdl, as I need to have this variable per environment? - Stack Overflow
- I want to run simple php with frankenphp inside docker - Stack Overflow
- c++ - GLOG - flags.cc' is being linked both statically and dynamically into this executable - Stack Overflow
- python - Bullets shooting from wrong position after player moved in small "Space Invaders" game - Stack Overfl
- combinatorics - MiniZinc - Optimizing Script for Scheduling Problem - Stack Overflow
- android - How call Authenticator.authenticate with custom respond in okhttp? - Stack Overflow
- Missing opentelemetry-java SERVER span with nested span - Stack Overflow
- postgresql - Custom stopwords dictionary in Postgres hosted on GCP Cloud SQL - Stack Overflow
- r - How to change the collapse breakpoints of a bslib navbar? - Stack Overflow
- Conflicting dependencies while installing torch==1.10.0, torchaudio==0.10.0, and torchvision==0.11.0 in my Python environment -