@wix/auto_sdk_stores_customizations-v-3 1.0.31 → 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.
@@ -293,7 +293,7 @@ function queryCustomizations(payload) {
293
293
  function __queryCustomizations({ host }) {
294
294
  const metadata = {
295
295
  entityFqdn: "wix.stores.catalog.v3.customization",
296
- method: "POST",
296
+ method: "GET",
297
297
  methodFqn: "wix.stores.catalog.customization.v3.CustomizationService.QueryCustomizations",
298
298
  packageName: PACKAGE_NAME,
299
299
  url: resolveWixStoresCatalogCustomizationV3CustomizationServiceUrl({
@@ -301,7 +301,7 @@ function queryCustomizations(payload) {
301
301
  data: payload,
302
302
  host
303
303
  }),
304
- data: payload,
304
+ params: (0, import_rest_modules.toURLSearchParams)(payload, true),
305
305
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
306
306
  {
307
307
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,