Hi Igor,
Appreciate your support and response.
Issue
Suppose the issue is about the create order & get orders API,
where the parameter of create order:
“product_id”: 21926,
“variation_id”: 21900,
where the get order returns
“product_id”: 21900,
“variation_id”: 21901,
API
1. Create order – https://woocommerce.github.io/woocommerce-rest-api-docs/?php#create-an-order
2. Get orders – https://woocommerce.github.io/woocommerce-rest-api-docs/?php#list-all-orders
Plugin
This composite product plugin is used by my version of WP:
https://woocommerce.com/products/composite-products/
-
This reply was modified 3 years, 5 months ago by lxon1014.