Changes between Initial Version and Version 2 of Ticket #50083
- Timestamp:
- 05/05/2020 11:12:31 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50083
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #50083 – Description
initial v2 2 2 I am using wp-json/wc/v3/products/batch api, and result with "update", "create", "delete" tags. 3 3 But i dont want to get all fields from json. _fields param is working with get a product json. But products/batch is return json like that 4 4 {{{ 5 5 { 6 6 "update": [ … … 945 945 ] 946 946 } 947 947 }}} 948 948 i want to just id in "update, create and delete tags arrays. 949 949 it can be using wp-json/wc/v3/products/batch?_fields=update.0.name with first raw,