• Resolved amsunit3

    (@amsunit3)


    Hello.
    I added a custom field called shipping_phone, How can I call this field when I make api calls. Currently when I make an Api call, I get the data like this just as woocommerce default. How can I include the custom data in shipping like “phone”:”01012345678″? Thanks

    “billing”: {
    “first_name”: “황정민”,
    “last_name”: “”,
    “company”: “”,
    “address_1”: “”,
    “address_2”: “”,
    “city”: “”,
    “state”: “”,
    “postcode”: “”,
    “country”: “”,
    “email”: “”,
    “phone”: “010-0000-0000”
    },
    “shipping”: {
    “first_name”: “황정민”,
    “last_name”: “”,
    “company”: “”,
    “address_1”: “서울특별시 노원구 상계동 685 보람아파트1단지”,
    “address_2”: “111동 101호”,
    “city”: “”,
    “state”: “”,
    “postcode”: “01678”,
    “country”: “”
    },

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Unfortunately, API is not supported in the lite version of our plugin.

    Thank you!

    Thread Starter amsunit3

    (@amsunit3)

    Hello if I purchase the plugin. How will this be done ? Will I now see shipping phone in the data? I don’t mind purchasing, I just want to be sure that this is possible with the pro version of the plugin. Thanks for your help.

    Plugin Author ThemeHigh

    (@themehigh)

    As per the WordPress forum policy, we can’t answer premium related questions on this forum. Could you please raise a ticket through our website? We hope our technical team will be able to help you.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Show field in Api response’ is closed to new replies.