woocommerce / woocommerce

A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
https://woocommerce.com
9.25k stars 10.73k forks source link

REST API: GET List Continent, attribute Name returning the country currency name instead of Full name of country #31853

Open solstudioim opened 2 years ago

solstudioim commented 2 years ago

Prerequisites

Describe the bug

Using GET to list a continent, the Name attribute returns the country currency name instead of the full name of the country.

Reference: https://woocommerce.github.io/woocommerce-rest-api-docs/?shell#list-all-continents

Example query: GET https://mysite.com/wp-json/wc/v3/data/continents/eu

Expected behavior

Instead of returning the name of the country currency, it should return the full name of the country.

Actual behavior

Name attribute returns the country currency name:

Example response: "name": "Euro",

Full example response { "code": "EU", "name": "Europe", "countries": [ { "code": "AD", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "AL", "name": "Albanian lek", "currency_code": "ALL", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": " ", "weight_unit": "kg", "states": [ { "code": "AL-01", "name": "Berat" }, { "code": "AL-09", "name": "Dibër" }, { "code": "AL-02", "name": "Durrës" }, { "code": "AL-03", "name": "Elbasan" }, { "code": "AL-04", "name": "Fier" }, { "code": "AL-05", "name": "Gjirokastër" }, { "code": "AL-06", "name": "Korçë" }, { "code": "AL-07", "name": "Kukës" }, { "code": "AL-08", "name": "Lezhë" }, { "code": "AL-10", "name": "Shkodër" }, { "code": "AL-11", "name": "Tirana" }, { "code": "AL-12", "name": "Vlorë" } ] }, { "code": "AT", "name": "Euro", "currency_code": "EUR", "currency_pos": "left_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "AX", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "BA", "name": "Bosnia and Herzegovina convertible mark", "currency_code": "BAM", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "BE", "name": "Euro", "currency_code": "EUR", "currency_pos": "left_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "BG", "name": "Bulgarian lev", "currency_code": "BGN", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [ { "code": "BG-01", "name": "Blagoevgrad" }, { "code": "BG-02", "name": "Burgas" }, { "code": "BG-08", "name": "Dobrich" }, { "code": "BG-07", "name": "Gabrovo" }, { "code": "BG-26", "name": "Haskovo" }, { "code": "BG-09", "name": "Kardzhali" }, { "code": "BG-10", "name": "Kyustendil" }, { "code": "BG-11", "name": "Lovech" }, { "code": "BG-12", "name": "Montana" }, { "code": "BG-13", "name": "Pazardzhik" }, { "code": "BG-14", "name": "Pernik" }, { "code": "BG-15", "name": "Pleven" }, { "code": "BG-16", "name": "Plovdiv" }, { "code": "BG-17", "name": "Razgrad" }, { "code": "BG-18", "name": "Ruse" }, { "code": "BG-27", "name": "Shumen" }, { "code": "BG-19", "name": "Silistra" }, { "code": "BG-20", "name": "Sliven" }, { "code": "BG-21", "name": "Smolyan" }, { "code": "BG-23", "name": "Sofia" }, { "code": "BG-22", "name": "Sofia-Grad" }, { "code": "BG-24", "name": "Stara Zagora" }, { "code": "BG-25", "name": "Targovishte" }, { "code": "BG-03", "name": "Varna" }, { "code": "BG-04", "name": "Veliko Tarnovo" }, { "code": "BG-05", "name": "Vidin" }, { "code": "BG-06", "name": "Vratsa" }, { "code": "BG-28", "name": "Yambol" } ] }, { "code": "BY", "name": "Belarusian ruble", "currency_code": "BYN", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "CH", "name": "Swiss franc", "currency_code": "CHF", "currency_pos": "left_space", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": "'", "weight_unit": "kg", "states": [ { "code": "AG", "name": "Aargau" }, { "code": "AR", "name": "Appenzell Ausserrhoden" }, { "code": "AI", "name": "Appenzell Innerrhoden" }, { "code": "BL", "name": "Basel-Landschaft" }, { "code": "BS", "name": "Basel-Stadt" }, { "code": "BE", "name": "Bern" }, { "code": "FR", "name": "Fribourg" }, { "code": "GE", "name": "Geneva" }, { "code": "GL", "name": "Glarus" }, { "code": "GR", "name": "Graubünden" }, { "code": "JU", "name": "Jura" }, { "code": "LU", "name": "Luzern" }, { "code": "NE", "name": "Neuchâtel" }, { "code": "NW", "name": "Nidwalden" }, { "code": "OW", "name": "Obwalden" }, { "code": "SH", "name": "Schaffhausen" }, { "code": "SZ", "name": "Schwyz" }, { "code": "SO", "name": "Solothurn" }, { "code": "SG", "name": "St. Gallen" }, { "code": "TG", "name": "Thurgau" }, { "code": "TI", "name": "Ticino" }, { "code": "UR", "name": "Uri" }, { "code": "VS", "name": "Valais" }, { "code": "VD", "name": "Vaud" }, { "code": "ZG", "name": "Zug" }, { "code": "ZH", "name": "Zürich" } ] }, { "code": "CZ", "name": "Czech koruna", "currency_code": "CZK", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "DE", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "DK", "name": "Danish krone", "currency_code": "DKK", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "EE", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "ES", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [ { "code": "C", "name": "A Coruña" }, { "code": "VI", "name": "Araba/Álava" }, { "code": "AB", "name": "Albacete" }, { "code": "A", "name": "Alicante" }, { "code": "AL", "name": "Almería" }, { "code": "O", "name": "Asturias" }, { "code": "AV", "name": "Ávila" }, { "code": "BA", "name": "Badajoz" }, { "code": "PM", "name": "Baleares" }, { "code": "B", "name": "Barcelona" }, { "code": "BU", "name": "Burgos" }, { "code": "CC", "name": "Cáceres" }, { "code": "CA", "name": "Cádiz" }, { "code": "S", "name": "Cantabria" }, { "code": "CS", "name": "Castellón" }, { "code": "CE", "name": "Ceuta" }, { "code": "CR", "name": "Ciudad Real" }, { "code": "CO", "name": "Córdoba" }, { "code": "CU", "name": "Cuenca" }, { "code": "GI", "name": "Girona" }, { "code": "GR", "name": "Granada" }, { "code": "GU", "name": "Guadalajara" }, { "code": "SS", "name": "Gipuzkoa" }, { "code": "H", "name": "Huelva" }, { "code": "HU", "name": "Huesca" }, { "code": "J", "name": "Jaén" }, { "code": "LO", "name": "La Rioja" }, { "code": "GC", "name": "Las Palmas" }, { "code": "LE", "name": "León" }, { "code": "L", "name": "Lleida" }, { "code": "LU", "name": "Lugo" }, { "code": "M", "name": "Madrid" }, { "code": "MA", "name": "Málaga" }, { "code": "ML", "name": "Melilla" }, { "code": "MU", "name": "Murcia" }, { "code": "NA", "name": "Navarra" }, { "code": "OR", "name": "Ourense" }, { "code": "P", "name": "Palencia" }, { "code": "PO", "name": "Pontevedra" }, { "code": "SA", "name": "Salamanca" }, { "code": "TF", "name": "Santa Cruz de Tenerife" }, { "code": "SG", "name": "Segovia" }, { "code": "SE", "name": "Sevilla" }, { "code": "SO", "name": "Soria" }, { "code": "T", "name": "Tarragona" }, { "code": "TE", "name": "Teruel" }, { "code": "TO", "name": "Toledo" }, { "code": "V", "name": "Valencia" }, { "code": "VA", "name": "Valladolid" }, { "code": "BI", "name": "Biscay" }, { "code": "ZA", "name": "Zamora" }, { "code": "Z", "name": "Zaragoza" } ] }, { "code": "FI", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "FO", "name": "Danish krone", "currency_code": "DKK", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "FR", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "GB", "name": "Pound sterling", "currency_code": "GBP", "currency_pos": "left", "decimal_sep": ".", "dimension_unit": "foot", "num_decimals": 2, "thousand_sep": ",", "weight_unit": "oz", "states": [] }, { "code": "GG", "name": "Pound sterling", "currency_code": "GBP", "currency_pos": "left", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ",", "weight_unit": "kg", "states": [] }, { "code": "GI", "name": "Gibraltar pound", "currency_code": "GIP", "currency_pos": "left", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ",", "weight_unit": "kg", "states": [] }, { "code": "GR", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [ { "code": "I", "name": "Attica" }, { "code": "A", "name": "East Macedonia and Thrace" }, { "code": "B", "name": "Central Macedonia" }, { "code": "C", "name": "West Macedonia" }, { "code": "D", "name": "Epirus" }, { "code": "E", "name": "Thessaly" }, { "code": "F", "name": "Ionian Islands" }, { "code": "G", "name": "West Greece" }, { "code": "H", "name": "Central Greece" }, { "code": "J", "name": "Peloponnese" }, { "code": "K", "name": "North Aegean" }, { "code": "L", "name": "South Aegean" }, { "code": "M", "name": "Crete" } ] }, { "code": "HR", "name": "Croatian kuna", "currency_code": "HRK", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "HU", "name": "Hungarian forint", "currency_code": "HUF", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": " ", "weight_unit": "kg", "states": [ { "code": "BK", "name": "Bács-Kiskun" }, { "code": "BE", "name": "Békés" }, { "code": "BA", "name": "Baranya" }, { "code": "BZ", "name": "Borsod-Abaúj-Zemplén" }, { "code": "BU", "name": "Budapest" }, { "code": "CS", "name": "Csongrád-Csanád" }, { "code": "FE", "name": "Fejér" }, { "code": "GS", "name": "Győr-Moson-Sopron" }, { "code": "HB", "name": "Hajdú-Bihar" }, { "code": "HE", "name": "Heves" }, { "code": "JN", "name": "Jász-Nagykun-Szolnok" }, { "code": "KE", "name": "Komárom-Esztergom" }, { "code": "NO", "name": "Nógrád" }, { "code": "PE", "name": "Pest" }, { "code": "SO", "name": "Somogy" }, { "code": "SZ", "name": "Szabolcs-Szatmár-Bereg" }, { "code": "TO", "name": "Tolna" }, { "code": "VA", "name": "Vas" }, { "code": "VE", "name": "Veszprém" }, { "code": "ZA", "name": "Zala" } ] }, { "code": "IE", "name": "Euro", "currency_code": "EUR", "currency_pos": "left", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ",", "weight_unit": "kg", "states": [ { "code": "CW", "name": "Carlow" }, { "code": "CN", "name": "Cavan" }, { "code": "CE", "name": "Clare" }, { "code": "CO", "name": "Cork" }, { "code": "DL", "name": "Donegal" }, { "code": "D", "name": "Dublin" }, { "code": "G", "name": "Galway" }, { "code": "KY", "name": "Kerry" }, { "code": "KE", "name": "Kildare" }, { "code": "KK", "name": "Kilkenny" }, { "code": "LS", "name": "Laois" }, { "code": "LM", "name": "Leitrim" }, { "code": "LK", "name": "Limerick" }, { "code": "LD", "name": "Longford" }, { "code": "LH", "name": "Louth" }, { "code": "MO", "name": "Mayo" }, { "code": "MH", "name": "Meath" }, { "code": "MN", "name": "Monaghan" }, { "code": "OY", "name": "Offaly" }, { "code": "RN", "name": "Roscommon" }, { "code": "SO", "name": "Sligo" }, { "code": "TA", "name": "Tipperary" }, { "code": "WD", "name": "Waterford" }, { "code": "WH", "name": "Westmeath" }, { "code": "WX", "name": "Wexford" }, { "code": "WW", "name": "Wicklow" } ] }, { "code": "IM", "name": "Pound sterling", "currency_code": "GBP", "currency_pos": "left", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ",", "weight_unit": "kg", "states": [] }, { "code": "IS", "name": "Icelandic króna", "currency_code": "ISK", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "IT", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [ { "code": "AG", "name": "Agrigento" }, { "code": "AL", "name": "Alessandria" }, { "code": "AN", "name": "Ancona" }, { "code": "AO", "name": "Aosta" }, { "code": "AR", "name": "Arezzo" }, { "code": "AP", "name": "Ascoli Piceno" }, { "code": "AT", "name": "Asti" }, { "code": "AV", "name": "Avellino" }, { "code": "BA", "name": "Bari" }, { "code": "BT", "name": "Barletta-Andria-Trani" }, { "code": "BL", "name": "Belluno" }, { "code": "BN", "name": "Benevento" }, { "code": "BG", "name": "Bergamo" }, { "code": "BI", "name": "Biella" }, { "code": "BO", "name": "Bologna" }, { "code": "BZ", "name": "Bolzano" }, { "code": "BS", "name": "Brescia" }, { "code": "BR", "name": "Brindisi" }, { "code": "CA", "name": "Cagliari" }, { "code": "CL", "name": "Caltanissetta" }, { "code": "CB", "name": "Campobasso" }, { "code": "CE", "name": "Caserta" }, { "code": "CT", "name": "Catania" }, { "code": "CZ", "name": "Catanzaro" }, { "code": "CH", "name": "Chieti" }, { "code": "CO", "name": "Como" }, { "code": "CS", "name": "Cosenza" }, { "code": "CR", "name": "Cremona" }, { "code": "KR", "name": "Crotone" }, { "code": "CN", "name": "Cuneo" }, { "code": "EN", "name": "Enna" }, { "code": "FM", "name": "Fermo" }, { "code": "FE", "name": "Ferrara" }, { "code": "FI", "name": "Firenze" }, { "code": "FG", "name": "Foggia" }, { "code": "FC", "name": "Forlì-Cesena" }, { "code": "FR", "name": "Frosinone" }, { "code": "GE", "name": "Genova" }, { "code": "GO", "name": "Gorizia" }, { "code": "GR", "name": "Grosseto" }, { "code": "IM", "name": "Imperia" }, { "code": "IS", "name": "Isernia" }, { "code": "SP", "name": "La Spezia" }, { "code": "AQ", "name": "L'Aquila" }, { "code": "LT", "name": "Latina" }, { "code": "LE", "name": "Lecce" }, { "code": "LC", "name": "Lecco" }, { "code": "LI", "name": "Livorno" }, { "code": "LO", "name": "Lodi" }, { "code": "LU", "name": "Lucca" }, { "code": "MC", "name": "Macerata" }, { "code": "MN", "name": "Mantova" }, { "code": "MS", "name": "Massa-Carrara" }, { "code": "MT", "name": "Matera" }, { "code": "ME", "name": "Messina" }, { "code": "MI", "name": "Milano" }, { "code": "MO", "name": "Modena" }, { "code": "MB", "name": "Monza e della Brianza" }, { "code": "NA", "name": "Napoli" }, { "code": "NO", "name": "Novara" }, { "code": "NU", "name": "Nuoro" }, { "code": "OR", "name": "Oristano" }, { "code": "PD", "name": "Padova" }, { "code": "PA", "name": "Palermo" }, { "code": "PR", "name": "Parma" }, { "code": "PV", "name": "Pavia" }, { "code": "PG", "name": "Perugia" }, { "code": "PU", "name": "Pesaro e Urbino" }, { "code": "PE", "name": "Pescara" }, { "code": "PC", "name": "Piacenza" }, { "code": "PI", "name": "Pisa" }, { "code": "PT", "name": "Pistoia" }, { "code": "PN", "name": "Pordenone" }, { "code": "PZ", "name": "Potenza" }, { "code": "PO", "name": "Prato" }, { "code": "RG", "name": "Ragusa" }, { "code": "RA", "name": "Ravenna" }, { "code": "RC", "name": "Reggio Calabria" }, { "code": "RE", "name": "Reggio Emilia" }, { "code": "RI", "name": "Rieti" }, { "code": "RN", "name": "Rimini" }, { "code": "RM", "name": "Roma" }, { "code": "RO", "name": "Rovigo" }, { "code": "SA", "name": "Salerno" }, { "code": "SS", "name": "Sassari" }, { "code": "SV", "name": "Savona" }, { "code": "SI", "name": "Siena" }, { "code": "SR", "name": "Siracusa" }, { "code": "SO", "name": "Sondrio" }, { "code": "SU", "name": "Sud Sardegna" }, { "code": "TA", "name": "Taranto" }, { "code": "TE", "name": "Teramo" }, { "code": "TR", "name": "Terni" }, { "code": "TO", "name": "Torino" }, { "code": "TP", "name": "Trapani" }, { "code": "TN", "name": "Trento" }, { "code": "TV", "name": "Treviso" }, { "code": "TS", "name": "Trieste" }, { "code": "UD", "name": "Udine" }, { "code": "VA", "name": "Varese" }, { "code": "VE", "name": "Venezia" }, { "code": "VB", "name": "Verbano-Cusio-Ossola" }, { "code": "VC", "name": "Vercelli" }, { "code": "VR", "name": "Verona" }, { "code": "VV", "name": "Vibo Valentia" }, { "code": "VI", "name": "Vicenza" }, { "code": "VT", "name": "Viterbo" } ] }, { "code": "JE", "name": "Pound sterling", "currency_code": "GBP", "currency_pos": "left", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ",", "weight_unit": "kg", "states": [] }, { "code": "LI", "name": "Swiss franc", "currency_code": "CHF", "currency_pos": "left_space", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": "'", "weight_unit": "kg", "states": [] }, { "code": "LT", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "LU", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "LV", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "MC", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "MD", "name": "Moldovan leu", "currency_code": "MDL", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [ { "code": "C", "name": "Chișinău" }, { "code": "BL", "name": "Bălți" }, { "code": "AN", "name": "Anenii Noi" }, { "code": "BS", "name": "Basarabeasca" }, { "code": "BR", "name": "Briceni" }, { "code": "CH", "name": "Cahul" }, { "code": "CT", "name": "Cantemir" }, { "code": "CL", "name": "Călărași" }, { "code": "CS", "name": "Căușeni" }, { "code": "CM", "name": "Cimișlia" }, { "code": "CR", "name": "Criuleni" }, { "code": "DN", "name": "Dondușeni" }, { "code": "DR", "name": "Drochia" }, { "code": "DB", "name": "Dubăsari" }, { "code": "ED", "name": "Edineț" }, { "code": "FL", "name": "Fălești" }, { "code": "FR", "name": "Florești" }, { "code": "GE", "name": "UTA Găgăuzia" }, { "code": "GL", "name": "Glodeni" }, { "code": "HN", "name": "Hîncești" }, { "code": "IL", "name": "Ialoveni" }, { "code": "LV", "name": "Leova" }, { "code": "NS", "name": "Nisporeni" }, { "code": "OC", "name": "Ocnița" }, { "code": "OR", "name": "Orhei" }, { "code": "RZ", "name": "Rezina" }, { "code": "RS", "name": "Rîșcani" }, { "code": "SG", "name": "Sîngerei" }, { "code": "SR", "name": "Soroca" }, { "code": "ST", "name": "Strășeni" }, { "code": "SD", "name": "Șoldănești" }, { "code": "SV", "name": "Ștefan Vodă" }, { "code": "TR", "name": "Taraclia" }, { "code": "TL", "name": "Telenești" }, { "code": "UN", "name": "Ungheni" } ] }, { "code": "ME", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "MK", "name": "Macedonian denar", "currency_code": "MKD", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "MT", "name": "Euro", "currency_code": "EUR", "currency_pos": "left", "decimal_sep": ".", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ",", "weight_unit": "kg", "states": [] }, { "code": "NL", "name": "Euro", "currency_code": "EUR", "currency_pos": "left_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "NO", "name": "Norwegian krone", "currency_code": "NOK", "currency_pos": "left_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "PL", "name": "Polish złoty", "currency_code": "PLN", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "PT", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "RO", "name": "Romanian leu", "currency_code": "RON", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [ { "code": "AB", "name": "Alba" }, { "code": "AR", "name": "Arad" }, { "code": "AG", "name": "Argeș" }, { "code": "BC", "name": "Bacău" }, { "code": "BH", "name": "Bihor" }, { "code": "BN", "name": "Bistrița-Năsăud" }, { "code": "BT", "name": "Botoșani" }, { "code": "BR", "name": "Brăila" }, { "code": "BV", "name": "Brașov" }, { "code": "B", "name": "București" }, { "code": "BZ", "name": "Buzău" }, { "code": "CL", "name": "Călărași" }, { "code": "CS", "name": "Caraș-Severin" }, { "code": "CJ", "name": "Cluj" }, { "code": "CT", "name": "Constanța" }, { "code": "CV", "name": "Covasna" }, { "code": "DB", "name": "Dâmbovița" }, { "code": "DJ", "name": "Dolj" }, { "code": "GL", "name": "Galați" }, { "code": "GR", "name": "Giurgiu" }, { "code": "GJ", "name": "Gorj" }, { "code": "HR", "name": "Harghita" }, { "code": "HD", "name": "Hunedoara" }, { "code": "IL", "name": "Ialomița" }, { "code": "IS", "name": "Iași" }, { "code": "IF", "name": "Ilfov" }, { "code": "MM", "name": "Maramureș" }, { "code": "MH", "name": "Mehedinți" }, { "code": "MS", "name": "Mureș" }, { "code": "NT", "name": "Neamț" }, { "code": "OT", "name": "Olt" }, { "code": "PH", "name": "Prahova" }, { "code": "SJ", "name": "Sălaj" }, { "code": "SM", "name": "Satu Mare" }, { "code": "SB", "name": "Sibiu" }, { "code": "SV", "name": "Suceava" }, { "code": "TR", "name": "Teleorman" }, { "code": "TM", "name": "Timiș" }, { "code": "TL", "name": "Tulcea" }, { "code": "VL", "name": "Vâlcea" }, { "code": "VS", "name": "Vaslui" }, { "code": "VN", "name": "Vrancea" } ] }, { "code": "RS", "name": "Serbian dinar", "currency_code": "RSD", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": ".", "weight_unit": "kg", "states": [ { "code": "RS00", "name": "Belgrade" }, { "code": "RS14", "name": "Bor" }, { "code": "RS11", "name": "Braničevo" }, { "code": "RS02", "name": "Central Banat" }, { "code": "RS10", "name": "Danube" }, { "code": "RS23", "name": "Jablanica" }, { "code": "RS09", "name": "Kolubara" }, { "code": "RS08", "name": "Mačva" }, { "code": "RS17", "name": "Morava" }, { "code": "RS20", "name": "Nišava" }, { "code": "RS01", "name": "North Bačka" }, { "code": "RS03", "name": "North Banat" }, { "code": "RS24", "name": "Pčinja" }, { "code": "RS22", "name": "Pirot" }, { "code": "RS13", "name": "Pomoravlje" }, { "code": "RS19", "name": "Rasina" }, { "code": "RS18", "name": "Raška" }, { "code": "RS06", "name": "South Bačka" }, { "code": "RS04", "name": "South Banat" }, { "code": "RS07", "name": "Srem" }, { "code": "RS12", "name": "Šumadija" }, { "code": "RS21", "name": "Toplica" }, { "code": "RS05", "name": "West Bačka" }, { "code": "RS15", "name": "Zaječar" }, { "code": "RS16", "name": "Zlatibor" }, { "code": "RS25", "name": "Kosovo" }, { "code": "RS26", "name": "Peć" }, { "code": "RS27", "name": "Prizren" }, { "code": "RS28", "name": "Kosovska Mitrovica" }, { "code": "RS29", "name": "Kosovo-Pomoravlje" }, { "code": "RSKM", "name": "Kosovo-Metohija" }, { "code": "RSVO", "name": "Vojvodina" } ] }, { "code": "RU", "name": "Russian ruble", "currency_code": "RUB", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "SE", "name": "Swedish krona", "currency_code": "SEK", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "SI", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "SJ", "name": "Norwegian krone", "currency_code": "NOK", "currency_pos": "left_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 0, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "SK", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [] }, { "code": "SM", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] }, { "code": "TR", "name": "Turkish lira", "currency_code": "TRY", "currency_pos": "left", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [ { "code": "TR01", "name": "Adana" }, { "code": "TR02", "name": "Adıyaman" }, { "code": "TR03", "name": "Afyon" }, { "code": "TR04", "name": "Ağrı" }, { "code": "TR05", "name": "Amasya" }, { "code": "TR06", "name": "Ankara" }, { "code": "TR07", "name": "Antalya" }, { "code": "TR08", "name": "Artvin" }, { "code": "TR09", "name": "Aydın" }, { "code": "TR10", "name": "Balıkesir" }, { "code": "TR11", "name": "Bilecik" }, { "code": "TR12", "name": "Bingöl" }, { "code": "TR13", "name": "Bitlis" }, { "code": "TR14", "name": "Bolu" }, { "code": "TR15", "name": "Burdur" }, { "code": "TR16", "name": "Bursa" }, { "code": "TR17", "name": "Çanakkale" }, { "code": "TR18", "name": "Çankırı" }, { "code": "TR19", "name": "Çorum" }, { "code": "TR20", "name": "Denizli" }, { "code": "TR21", "name": "Diyarbakır" }, { "code": "TR22", "name": "Edirne" }, { "code": "TR23", "name": "Elazığ" }, { "code": "TR24", "name": "Erzincan" }, { "code": "TR25", "name": "Erzurum" }, { "code": "TR26", "name": "Eskişehir" }, { "code": "TR27", "name": "Gaziantep" }, { "code": "TR28", "name": "Giresun" }, { "code": "TR29", "name": "Gümüşhane" }, { "code": "TR30", "name": "Hakkari" }, { "code": "TR31", "name": "Hatay" }, { "code": "TR32", "name": "Isparta" }, { "code": "TR33", "name": "İçel" }, { "code": "TR34", "name": "İstanbul" }, { "code": "TR35", "name": "İzmir" }, { "code": "TR36", "name": "Kars" }, { "code": "TR37", "name": "Kastamonu" }, { "code": "TR38", "name": "Kayseri" }, { "code": "TR39", "name": "Kırklareli" }, { "code": "TR40", "name": "Kırşehir" }, { "code": "TR41", "name": "Kocaeli" }, { "code": "TR42", "name": "Konya" }, { "code": "TR43", "name": "Kütahya" }, { "code": "TR44", "name": "Malatya" }, { "code": "TR45", "name": "Manisa" }, { "code": "TR46", "name": "Kahramanmaraş" }, { "code": "TR47", "name": "Mardin" }, { "code": "TR48", "name": "Muğla" }, { "code": "TR49", "name": "Muş" }, { "code": "TR50", "name": "Nevşehir" }, { "code": "TR51", "name": "Niğde" }, { "code": "TR52", "name": "Ordu" }, { "code": "TR53", "name": "Rize" }, { "code": "TR54", "name": "Sakarya" }, { "code": "TR55", "name": "Samsun" }, { "code": "TR56", "name": "Siirt" }, { "code": "TR57", "name": "Sinop" }, { "code": "TR58", "name": "Sivas" }, { "code": "TR59", "name": "Tekirdağ" }, { "code": "TR60", "name": "Tokat" }, { "code": "TR61", "name": "Trabzon" }, { "code": "TR62", "name": "Tunceli" }, { "code": "TR63", "name": "Şanlıurfa" }, { "code": "TR64", "name": "Uşak" }, { "code": "TR65", "name": "Van" }, { "code": "TR66", "name": "Yozgat" }, { "code": "TR67", "name": "Zonguldak" }, { "code": "TR68", "name": "Aksaray" }, { "code": "TR69", "name": "Bayburt" }, { "code": "TR70", "name": "Karaman" }, { "code": "TR71", "name": "Kırıkkale" }, { "code": "TR72", "name": "Batman" }, { "code": "TR73", "name": "Şırnak" }, { "code": "TR74", "name": "Bartın" }, { "code": "TR75", "name": "Ardahan" }, { "code": "TR76", "name": "Iğdır" }, { "code": "TR77", "name": "Yalova" }, { "code": "TR78", "name": "Karabük" }, { "code": "TR79", "name": "Kilis" }, { "code": "TR80", "name": "Osmaniye" }, { "code": "TR81", "name": "Düzce" } ] }, { "code": "UA", "name": "Ukrainian hryvnia", "currency_code": "UAH", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": " ", "weight_unit": "kg", "states": [ { "code": "VN", "name": "Vinnytsia Oblast" }, { "code": "VL", "name": "Volyn Oblast" }, { "code": "DP", "name": "Dnipropetrovsk Oblast" }, { "code": "DT", "name": "Donetsk Oblast" }, { "code": "ZT", "name": "Zhytomyr Oblast" }, { "code": "ZK", "name": "Zakarpattia Oblast" }, { "code": "ZP", "name": "Zaporizhzhia Oblast" }, { "code": "IF", "name": "Ivano-Frankivsk Oblast" }, { "code": "KV", "name": "Kyiv Oblast" }, { "code": "KH", "name": "Kirovohrad Oblast" }, { "code": "LH", "name": "Luhansk Oblast" }, { "code": "LV", "name": "Lviv Oblast" }, { "code": "MY", "name": "Mykolaiv Oblast" }, { "code": "OD", "name": "Odessa Oblast" }, { "code": "PL", "name": "Poltava Oblast" }, { "code": "RV", "name": "Rivne Oblast" }, { "code": "SM", "name": "Sumy Oblast" }, { "code": "TP", "name": "Ternopil Oblast" }, { "code": "KK", "name": "Kharkiv Oblast" }, { "code": "KS", "name": "Kherson Oblast" }, { "code": "KM", "name": "Khmelnytskyi Oblast" }, { "code": "CK", "name": "Cherkasy Oblast" }, { "code": "CH", "name": "Chernihiv Oblast" }, { "code": "CV", "name": "Chernivtsi Oblast" } ] }, { "code": "VA", "name": "Euro", "currency_code": "EUR", "currency_pos": "right_space", "decimal_sep": ",", "dimension_unit": "cm", "num_decimals": 2, "thousand_sep": ".", "weight_unit": "kg", "states": [] } ], "_links": { "self": [ { "href": "https://solwooplayground.mystagingwebsite.com/wp-json/wc/v3/data/continents/eu" } ], "collection": [ { "href": "https://solwooplayground.mystagingwebsite.com/wp-json/wc/v3/data/continents" } ] } }

Steps to reproduce

  1. Go to WP Admin > Settings > Advanced > REST API, and generate a new pair of API keys of Consumer key and Consumer secret

  2. Use GET: https://mysite.com/wp-json/wc/v3/data/continents/eu along with the keys, I used Postman

  3. The returned name variable contains the currency name of the country instead the full name of the countru

SSR ### WordPress Environment ` ### WordPress Environment ### WordPress address (URL): https://solwooplayground.mystagingwebsite.com Site address (URL): https://solwooplayground.mystagingwebsite.com WC Version: 6.1.1 REST API Version: ✔ 6.1.1 WC Blocks Version: ✔ 6.5.2 Action Scheduler Version: ✔ 3.4.0 WC Admin Version: ✔ 3.0.3 Log Directory Writable: ✔ WP Version: 5.9 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: – WP Cron: ✔ Language: en_US External object cache: ✔ ### Server Environment ### Server Info: nginx PHP Version: 8.1.2 PHP Post Max Size: 2 GB PHP Time Limit: 1200 PHP Max Input Vars: 6144 cURL Version: 7.80.0 OpenSSL/1.1.1d SUHOSIN Installed: – MySQL Version: 5.5.5-10.3.31-MariaDB-log Max Upload Size: 2 GB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 6.1.1 WC Database Prefix: wp_ Total Database Size: 51.02MB Database Data Size: 37.04MB Database Index Size: 13.98MB wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_items: Data: 0.11MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_order_itemmeta: Data: 1.52MB + Index: 0.70MB + Engine InnoDB wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB fakenames: Data: 2.52MB + Index: 0.00MB + Engine InnoDB wpstg0_actionscheduler_actions: Data: 0.20MB + Index: 0.14MB + Engine InnoDB wpstg0_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_actionscheduler_logs: Data: 0.14MB + Index: 0.16MB + Engine InnoDB wpstg0_automatewoo_abandoned_carts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wpstg0_automatewoo_customers: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wpstg0_automatewoo_customer_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_automatewoo_events: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_automatewoo_guests: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_automatewoo_guest_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_automatewoo_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_automatewoo_log_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_automatewoo_queue: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_automatewoo_queue_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wpstg0_followup_coupons: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_followup_coupon_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_followup_customers: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_followup_customer_carts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_followup_customer_notes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_followup_customer_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_followup_email_excludes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_followup_email_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_followup_email_orders: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wpstg0_followup_email_tracking: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wpstg0_followup_followup_history: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_followup_order_categories: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_followup_order_items: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_followup_subscribers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_followup_subscribers_to_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_followup_subscriber_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_options: Data: 1.52MB + Index: 0.06MB + Engine InnoDB wpstg0_postmeta: Data: 0.14MB + Index: 0.16MB + Engine InnoDB wpstg0_posts: Data: 0.08MB + Index: 0.06MB + Engine InnoDB wpstg0_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_usermeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_bookings_availability: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_bookings_availabilitymeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_booking_relationships: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_deposits_payment_plans: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wc_deposits_payment_plans_schedule: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wpstg0_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wpstg0_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_per_product_shipping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_sessions: Data: 0.08MB + Index: 0.02MB + Engine InnoDB wpstg0_woocommerce_shipping_table_rates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_square_customers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wpstg0_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wpstg0_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wpstg0_wpml_mails: Data: 0.11MB + Index: 0.00MB + Engine InnoDB wp_actionscheduler_actions: Data: 0.20MB + Index: 0.16MB + Engine InnoDB wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_actionscheduler_logs: Data: 0.11MB + Index: 0.11MB + Engine InnoDB wp_advanced_notifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_advanced_notification_triggers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_automatewoo_abandoned_carts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_automatewoo_customers: Data: 0.05MB + Index: 0.09MB + Engine InnoDB wp_automatewoo_customer_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_automatewoo_events: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_automatewoo_guests: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_automatewoo_guest_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_automatewoo_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_automatewoo_log_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_automatewoo_queue: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_automatewoo_queue_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_comments: Data: 0.47MB + Index: 0.63MB + Engine InnoDB wp_email_log: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_extCCFA_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_extCCFA_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_followup_coupons: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_followup_coupon_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_followup_customers: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_followup_customer_carts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_followup_customer_notes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_followup_customer_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_followup_email_excludes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_followup_email_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_followup_email_orders: Data: 0.03MB + Index: 0.09MB + Engine InnoDB wp_followup_email_tracking: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_followup_followup_history: Data: 0.05MB + Index: 0.05MB + Engine InnoDB wp_followup_order_categories: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_followup_order_items: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_followup_subscribers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_followup_subscribers_to_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_followup_subscriber_lists: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB wp_gla_merchant_issues: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_groups_capability: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_groups_group: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_groups_group_capability: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_groups_user_capability: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_groups_user_group: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_hfcm_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mailpoet_mapping_to_external_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletters: Data: 0.08MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB wp_mailpoet_scheduled_tasks: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_sending_queues: Data: 0.05MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_subscribers: Data: 0.02MB + Index: 0.13MB + Engine InnoDB wp_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_mailpoet_subscriber_segment: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_options: Data: 3.05MB + Index: 0.16MB + Engine InnoDB wp_postmeta: Data: 5.28MB + Index: 3.84MB + Engine InnoDB wp_posts: Data: 1.39MB + Index: 0.31MB + Engine InnoDB wp_say_what_strings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_taxjar_record_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_term_relationships: Data: 0.08MB + Index: 0.05MB + Engine InnoDB wp_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_usermeta: Data: 0.36MB + Index: 0.41MB + Engine InnoDB wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wcpv_commissions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wcpv_per_product_shipping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_bookings_availability: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_bookings_availabilitymeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_booking_relationships: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_customer_lookup: Data: 0.06MB + Index: 0.03MB + Engine InnoDB wp_wc_deposits_payment_plans: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_deposits_payment_plans_schedule: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_order_product_lookup: Data: 0.13MB + Index: 0.09MB + Engine InnoDB wp_wc_order_stats: Data: 0.05MB + Index: 0.05MB + Engine InnoDB wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_points_rewards_user_points: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_points_rewards_user_points_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_warranty_products: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_zapier_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfblockediplog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfconfig: Data: 1.31MB + Index: 0.00MB + Engine InnoDB wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wffilemods: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_wfhits: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfknownfilelist: Data: 4.52MB + Index: 0.00MB + Engine InnoDB wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wflogins: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfreversecache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfstatus: Data: 0.08MB + Index: 0.03MB + Engine InnoDB wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_exported_csv_items: Data: 1.52MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_gc_activity: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_gc_cards: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_gc_cardsmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_per_product_shipping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_quotes: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_shipping_table_rates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_square_customers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpml_mails: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_wsal_metadata: Data: 0.11MB + Index: 0.14MB + Engine InnoDB wp_wsal_occurrences: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wtbp_columns: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wtbp_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wtbp_modules_type: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wtbp_tables: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wtbp_usage_stat: Data: 0.02MB + Index: 0.02MB + Engine InnoDB ### Post Type Counts ### attachment: 315 certificate_template: 1 course: 1 customize_changeset: 8 custom_css: 1 deprecated_log: 9 dfw_deals: 1 dfw_rules: 1 elementor_library: 2 follow_up_email: 1 gtw_custom_fields: 3 gtw_rules: 3 lesson: 12 log_emails_log: 1 mailpoet_page: 1 nav_menu_item: 4 page: 49 post: 3 product: 88 product_variation: 40 quiz: 12 revision: 201 shipping_package: 2 shop_coupon: 6 shop_order: 616 shop_order_refund: 3 shop_subscription: 1 slide: 3 warranty_request: 1 wcpf_item: 3 wcpf_project: 2 wcpt: 1 wc_voucher: 2 wc_voucher_template: 1 wp_global_styles: 4 wp_navigation: 2 wp_template: 1 wp_template_part: 1 ### Security ### Secure connection (HTTPS): ✔ Hide errors from visitors: ✔ ### Active Plugins (9) ### Akismet Anti-Spam: by Automattic – 4.2.2 Conditional Checkout Fields for WooCommerce: by FME Addons – 1.1.6 Elementor: by Elementor.com – 3.5.4 Jetpack: by Automattic – 10.7-a.1 Manage User Columns: by Deepak Khokhar Surender Khokhar – 1.0.4 User Switching: by John Blackbourn & contributors – 1.5.8 WooCommerce Product Add-ons: by WooCommerce – 4.5.0 WooCommerce Shipping & Tax: by WooCommerce – 1.25.22 WooCommerce: by Automattic – 6.1.1 ### Inactive Plugins (146) ### Add Featured Videos in Product Gallery for WooCommerce: by FME ADDONS – 1.1.4 Advanced Custom Fields: by Delicious Brains – 5.10.2 Ajax add to cart for WooCommerce: by QuadLayers – 1.2.1 AliExpress Dropshipping for WooCommerce: by CedCommerce – 1.0.4 All-in-One Video Gallery: by Team Plugins360 – 2.5.0 AutomateWoo: by WooCommerce – 5.5.0 Braintree for WooCommerce Payment Gateway: by WooCommerce – 2.6.1 (update to version 2.6.2 is available) Bulk Order Form For WooCommerce: by wpexpertsio – 1.1.4 Cancellation Notice for WooCommerce Subscriptions: by Launch & Sell – 1.0.1 (update to version 1.0.4 is available) Catalog Visibility for WooCommerce: by Codup – 1.1.8.4 Child Theme Wizard: by Jay Versluis – 1.4 Code Snippets: by Code Snippets Pro – 2.14.3 Codisto Channel Cloud: by Codisto – 1.3.63 Customer Reviews for WooCommerce: by CusRev – 4.24 Custom Fonts: by Brainstorm Force – 1.3.3 Custom PHP settings: by Cyclonecode – 1.4.3.1 Custom Post Type UI: by WebDevStudios – 1.9.2 Custom Product Boxes: by CodeIncept – 1.0.5 Deals for WooCommerce: by FantasticPlugins – 1.4 Delivery Slots for WooCommerce: by FantasticPlugins – 1.3 DHL for WooCommerce: by DHL – 2.5.12 Disable Comments: by WPDeveloper – 2.2.4 Discount and regular price cart and checkout page display WooCommerce: by wpnetworkit – 1.3.2 Email Customizer for WooCommerce: by ThemeHigh – 2.2.0 Email Customizer Pro For WooCommerce: by StoreApps – 3.2.1 (update to version 3.3.0 is available) Email Log: by Sudar – 2.4.8 Export Order Items for WooCommerce: by Aspen Grove Studios – 1.0.10 Facebook for WooCommerce: by Facebook – 2.6.9 Facebook for WooCommerce - settings tools: by SkyVerge – 1.0.0 Facebook for WordPress: by Facebook – 3.0.6 Follow-Up Emails: by WooCommerce – 4.9.16 (update to version 4.9.18 is available) Gift Wrapper for WooCommerce: by FantasticPlugins – 3.2 Google Listings and Ads: by WooCommerce – 1.4.3 Groups: by itthinx – 2.14.1 Groups WooCommerce: by itthinx – 1.23.0 Header Footer Code Manager: by 99robots – 1.1.16 Import XML feed: by Moove Agency – 2.1.0 jQuery Manager for WordPress: by Remzi Cavdar – 1.10.6 JSM's Show Post Metadata: by JS Morisset – 3.0.2 Loco Translate: by Tim Whitlock – 2.5.5 Log Deprecated Notices: by Andrew Nacin – 0.4.1 Log Emails: by WebAware – 1.4.0 Mailchimp for WooCommerce: by Mailchimp – 2.5.4 MailPoet 3 (New): by MailPoet – 3.69.0 MailPoet 3 Premium (New): by MailPoet – 3.65.0 Order Simulator for WooCommerce: by 75nineteen Media LLC – 1.0.2 Points and rewards data to CSV export for WooCommerce: by Rynaldo Stoltz – 1.3 Printful Integration for WooCommerce: by Printful – 2.1.25 Product Filters for WooCommerce: by WooCommerce – 1.2.5 (update to version 1.2.8 is available) Product Sales Report for WooCommerce: by Aspen Grove Studios – 1.5.1 Products By Attributes & Variations for WooCommerce: by Addify – 1.3.1 (update to version 1.4.3 is available) Product Table by WooBeWoo: by WooBeWoo – 1.5.4 Product Video for WooCommerce: by Addify – 1.4.2 (update to version 1.4.3 is available) Query Monitor: by John Blackbourn – 3.8.2 Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.5 REST XMLRPC Data Checker: by Enrico Sorcinelli – 1.3.2 Say What?: by Ademti Software – 2.0.2 Sensei LMS: by Automattic – 3.13.1 (update to version 4.0.1 is available) Sensei LMS Certificates: by Automattic – 2.2.1 Sensei LMS Course Progress: by Automattic – 2.0.3 (update to version 2.0.4 is available) Sensei LMS Media Attachments: by Automattic – 2.0.3 Server Info: by Usman Ali Qureshi – 2.5.3 Storefront Parallax Hero: by WooCommerce – 1.5.7 TaxJar - Sales Tax Automation for WooCommerce: by TaxJar – 3.3.0 Tiered Price Table for WooCommerce: by Kolya Lukin – 4.0.0 Transients Manager: by Pippin Williamson – 1.8.1 User Role Editor: by Vladimir Garagulya – 4.60.2 WC Minimum Order Amount: by Hannah Swain – 1.1 WCS staging: by mb – 1.0 Webcraftic Disable Comments: by Webcraftic – 1.1.3 WooCommerce - ShipStation Integration: by WooCommerce – 4.1.48 WooCommerce Additional Variation Images: by WooCommerce – 1.9.0 WooCommerce Advanced Notifications: by WooCommerce – 1.2.33 (update to version 1.2.36 is available) WooCommerce Advanced Shipping Packages: by Jeroen Sormani – 1.1.8 (update to version 1.1.9 is available) WooCommerce Amazon Pay: by WooCommerce – 2.0.3 (update to version 2.1.1 is available) WooCommerce Amazon S3 Storage: by WooCommerce – 2.1.22 WooCommerce Australia Post Shipping: by WooCommerce – 2.4.28 (update to version 2.4.32 is available) WooCommerce AvaTax: by SkyVerge – 1.15.0 (update to version 1.16.0 is available) WooCommerce Blocks: by Automattic – 6.8.0 WooCommerce Bookings: by WooCommerce – 1.15.37 (update to version 1.15.50 is available) WooCommerce Brands: by WooCommerce – 1.6.24 (update to version 1.6.27 is available) WooCommerce Checkout Add-Ons: by SkyVerge – 2.5.4 (update to version 2.5.6 is available) WooCommerce Checkout Field Editor: by WooCommerce – 1.7.0 WooCommerce Conditional Shipping and Payments: by WooCommerce – 1.12.0 WooCommerce Contact for Shipping Quote: by Jeroen Sormani – 1.2.2 (update to version 1.3.0.1 is available) WooCommerce Currency Converter: by WooCommerce – 1.6.25 (update to version 1.6.26 is available) WooCommerce Customer/Order/Coupon Export: by SkyVerge – 5.3.3 WooCommerce Deposits: by WooCommerce – 1.5.6 (update to version 1.5.8 is available) WooCommerce Dynamic Pricing: by Element Stark – 3.1.26 (update to version 3.1.27 is available) WooCommerce Easy Duplicate Product: by WPGem.com – 0.2.0.2 WooCommerce Email Customizer: by WooCommerce – 1.3.0 WooCommerce EU VAT Number: by WooCommerce – 2.4.1 WooCommerce Eway Payment Gateway: by WooCommerce – 3.3.0 (update to version 3.4.1 is available) WooCommerce FedEx Shipping: by WooCommerce – 3.4.36 (update to version 3.4.40 is available) WooCommerce Gift Cards: by SomewhereWarm – 1.9.3 (update to version 1.10.0 is available) WooCommerce Google Analytics Integration: by WooCommerce – 1.5.6 WooCommerce Min/Max Quantities: by WooCommerce – 2.4.24 WooCommerce Mix and Match Products: by Kathy Darling – 1.11.2 (update to version 1.12.0 is available) WooCommerce Multilingual: by OnTheGoSystems – 4.11.6 WooCommerce One Page Checkout: by Automattic – 1.9.0 (update to version 1.9.1 is available) WooCommerce Order Barcodes: by WooCommerce – 1.3.24 WooCommerce Order Search Admin powered by Algolia: by Raymond Rutjes – 1.13.2 WooCommerce Payments: by Automattic – 3.4.0 (update to version 3.6.1 is available) WooCommerce PayPal Checkout Gateway: by WooCommerce – 2.1.3 WooCommerce PayPal Payments: by WooCommerce – 1.5.1 (update to version 1.6.5 is available) WooCommerce PDF Product Vouchers: by SkyVerge – 3.9.11 (update to version 3.9.15 is available) WooCommerce Points and Rewards: by WooCommerce – 1.7.3 (update to version 1.7.6 is available) WooCommerce Product Archive Customiser: by jameskoster – 1.0.5 WooCommerce Product CSV Import Suite: by WooCommerce – 1.10.41 (update to version 1.10.46 is available) WooCommerce Product Table: by Codup – 1.2.6.4 WooCommerce Product Vendors: by WooCommerce – 2.1.57 (update to version 2.1.58 is available) WooCommerce Quick View: by WooCommerce – 1.4.0 (update to version 1.5.0 is available) WooCommerce Royal Mail: by WooCommerce – 2.5.34 (update to version 2.5.41 is available) WooCommerce Shipment Tracking: by WooCommerce – 1.6.28 (update to version 1.6.31 is available) WooCommerce Shipping Per Product v2: by WooCommerce – 2.3.13 (update to version 2.3.17 is available) WooCommerce Ship to Multiple Addresses: by WooCommerce – 3.6.25 (update to version 3.6.39 is available) WooCommerce Smart Coupons: by StoreApps – 4.17.5 (update to version 4.36.0 is available) WooCommerce Square: by WooCommerce – 2.5.3 (update to version 2.8.0 is available) WooCommerce Store Catalog PDF Download: by WooCommerce – 1.10.27 WooCommerce Store Credit: by Themesquad – 3.6.1 (update to version 3.9.4 is available) WooCommerce Stripe Gateway: by WooCommerce – 6.1.0 WooCommerce Subscriptions: by WooCommerce – 3.0.13 (update to version 4.0.2 is available) WooCommerce Subscriptions PayPal IPN Simulator: by Automattic – 1.0.0 WooCommerce Table Rate Shipping: by WooCommerce – 3.0.34 (update to version 3.0.36 is available) WooCommerce UPS Shipping: by WooCommerce – 3.2.36 (update to version 3.2.37 is available) WooCommerce USPS Shipping: by WooCommerce – 4.4.69 WooCommerce Warranty Requests: by WooCommerce – 1.9.26 (update to version 1.9.31 is available) WooCommerce Xero Integration: by WooCommerce – 1.7.37 (update to version 1.7.40 is available) WooCommerce Zapier: by OM4 Software – 2.2.2 (update to version 2.3.0 is available) Woo Product Table PRO: by WooBeWoo – 1.4.7 WooSlider: by WooThemes – 2.5.0 Wordfence Security: by Wordfence – 7.5.5 WP Activity Log: by WP White Security – 4.3.2 WP Activity Log for WooCommerce: by WP White Security – 1.3.1 WPC AJAX Add to Cart for WooCommerce: by WPClever – 1.3.7 WPC Fly Cart for WooCommerce: by WPClever – 4.1.2 WP Crontrol: by John Blackbourn & crontributors – 1.10.0 WP File Manager: by mndpsingh287 – 7.1.2 WP Mail Logging: by Wysija – 1.10.2 WP Mail SMTP: by WPForms – 3.0.3 WP phpMyAdmin: by Puvox.software – 5.1.1.05 WP Rollback: by Impress.org – 1.7.1 WP Server Stats: by Saumya Majumder Acnam Infotech – 1.6.10 WP Sheet Editor - WooCommerce Products: by WP Sheet Editor – 1.7.9 WP STAGING: by WP-STAGING – 2.8.7 YITH WooCommerce Request A Quote Premium: by YITH – 3.1.0 ### Dropin Plugins (2) ### advanced-cache.php: advanced-cache.php object-cache.php: Memcached ### Must Use Plugins (1) ### WP STAGING Optimizer: by René Hermenau – 1.4 ### Settings ### API Enabled: ✔ Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 0 Taxonomies: Product Types: cpb_custom_product_boxes (cpb_custom_product_boxes) external (external) grouped (grouped) mix and match (mix-and-match) simple (simple) subscription (subscription) variable (variable) variable subscription (variable-subscription) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) exclude_from_catalog (exclude_from_catalog) exclude_from_search (exclude_from_search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: ✔ ### WC Pages ### Shop base: #5 - /onlinestore/ Cart: #6 - /cart/ Checkout: #7 - /checkout/ My account: #8 - /my-account/ Terms and conditions: ❌ Page not set ### Theme ### Name: Storefront Version: 3.9.1 Author URL: https://woocommerce.com/ Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme WooCommerce Support: ✔ ### Templates ### Overrides: – ### Action Scheduler ### Complete: 314 Oldest: 2022-01-16 01:19:58 +0000 Newest: 2022-02-07 11:27:52 +0000 Failed: 40 Oldest: 2021-06-07 01:39:05 +0000 Newest: 2021-08-26 03:54:23 +0000 Pending: 6 Oldest: 2022-02-07 12:07:52 +0000 Newest: 2022-02-08 03:58:11 +0000 ### Status report information ### Generated at: 2022-02-07 12:03:05 +00:00 `

Isolating the problem

solstudioim commented 2 years ago

As reported here as well: https://wordpress.org/support/topic/retrieve-continent-data-rest-api-endpoint-response-mismatch/?view=all

woocommercebot commented 2 years ago

Hi @solstudioim,

Thank you for opening the issue! It requires further feedback from the WooCommerce Core team.

We are adding the needs developer feedback label to this issue so that the Core team could take a look.

Please note it may take a few days for them to get to this issue. Thank you for your patience.