@wix/auto_sdk_stores_customizations-v-3 1.0.30 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -303,7 +303,7 @@ function queryCustomizations(payload) {
303
303
  function __queryCustomizations({ host }) {
304
304
  const metadata = {
305
305
  entityFqdn: "wix.stores.catalog.v3.customization",
306
- method: "POST",
306
+ method: "GET",
307
307
  methodFqn: "wix.stores.catalog.customization.v3.CustomizationService.QueryCustomizations",
308
308
  packageName: PACKAGE_NAME,
309
309
  url: resolveWixStoresCatalogCustomizationV3CustomizationServiceUrl({
@@ -311,7 +311,7 @@ function queryCustomizations(payload) {
311
311
  data: payload,
312
312
  host
313
313
  }),
314
- data: payload,
314
+ params: (0, import_rest_modules.toURLSearchParams)(payload, true),
315
315
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
316
316
  {
317
317
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,