@wix/auto_sdk_ecom_delivery-profile 1.0.63 → 1.0.64

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.
@@ -237,7 +237,7 @@ function queryDeliveryProfiles(payload) {
237
237
  function __queryDeliveryProfiles({ host }) {
238
238
  const metadata = {
239
239
  entityFqdn: "wix.ecom.v1.delivery_profile",
240
- method: "POST",
240
+ method: "GET",
241
241
  methodFqn: "wix.ecom.deliveryprofile.v1.DeliveryProfiles.QueryDeliveryProfiles",
242
242
  packageName: PACKAGE_NAME,
243
243
  url: resolveWixEcomDeliveryprofileV1DeliveryProfilesUrl({
@@ -245,7 +245,7 @@ function queryDeliveryProfiles(payload) {
245
245
  data: payload,
246
246
  host
247
247
  }),
248
- data: payload,
248
+ params: (0, import_rest_modules.toURLSearchParams)(payload, true),
249
249
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
250
250
  {
251
251
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,