Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter dansugar

    (@dansugar)

    Hello,
    Still having issues when trying to use this plugin with the Woocommerce REST API.

    Is it possible to filter by this meta data? Here is an example for a product from wp-json/wc/v2/products:

            "meta_data": [
                {
                    "id": 36716,
                    "key": "_product_type",
                    "value": "external"
                },
                {
                    "id": 36719,
                    "key": "_dfrps_is_dfrps_product",
                    "value": "1"
                },
                {
                    "id": 36720,
                    "key": "_dfrps_is_dfrpswc_product",
                    "value": "1"
                },
                {
                    "id": 36721,
                    "key": "_dfrps_product_id",
                    "value": "12345"
                },
                {
                    "id": 36722,
                    "key": "_dfrps_product",
                    "value": {
                        "classid": "60",
                        "merchant": "merchant name",
                        "image": "imgurl",
                        "currency": "GBP",
                        "feed_id": "123445",
                        "salediscount": 0,
                        "discounttype": "amount",
                        "category": "Accessories > Womens Leisure Bags",
                        "suid": "3060310",
    
    ...
    

    Any ideas??

Viewing 1 replies (of 1 total)