woocommerce / woocommerce-rest-api-js-lib

New JavaScript library for WooCommerce REST API
https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api
MIT License
273 stars 76 forks source link

META DATA is not coming in wc/v3 #102

Closed kumarmanishc closed 3 years ago

kumarmanishc commented 3 years ago

Sdk version : 1.0.1 NPM : https://www.npmjs.com/package/@woocommerce/woocommerce-rest-api

Issue Description : I'm using this sdk wc/v3 to get list of orders, products and customers, Not returning metadata

Expected : If using normal list apis it's working and I can get metadata of modules.

e. g. https://example.com/wp-json/wc/v3/customers?consumer_key=ck_fcf213&consumer_secret=cs_e496e8

kumarmanishc commented 3 years ago

Sorry : This is working fine

This was my mistake because using another methods