@wix/auto_sdk_ecom_delivery-profile 1.0.140 → 1.0.141

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.
@@ -1987,7 +1987,7 @@ declare function deleteDeliveryProfile(deliveryProfileId: string): Promise<void>
1987
1987
  /**
1988
1988
  * Retrieves a list of DeliveryProfiles, given the provided [paging, filtering, and sorting][1].
1989
1989
  *
1990
- * Up to 1,000 DeliveryProfiles can be returned per request.
1990
+ * Up to 100 DeliveryProfiles can be returned per request.
1991
1991
  *
1992
1992
  * To learn how to query DeliveryProfiles, see [API Query Language][2].
1993
1993
  *