Updated the throttling limits for bulk calls!!!

Good news! We have updated the throttling limits for the following bulk calls:

  <th style={{ textAlign: "left" }}>
    Old limit
  </th>

  <th style={{ textAlign: "left" }}>
    New limit
  </th>
</tr>
  <td style={{ textAlign: "left" }}>
    1/minute
  </td>

  <td style={{ textAlign: "left" }}>
    5/minute
  </td>
</tr>

<tr>
  <td style={{ textAlign: "left" }}>
    UpdateProducts
  </td>

  <td style={{ textAlign: "left" }}>
    1/minute
  </td>

  <td style={{ textAlign: "left" }}>
    5/minute
  </td>
</tr>

<tr>
  <td style={{ textAlign: "left" }}>
    SyncOnlineSales
  </td>

  <td style={{ textAlign: "left" }}>
    1/minute
  </td>

  <td style={{ textAlign: "left" }}>
    2/minute
  </td>
</tr>
Request
CreateProducts

Changelog

  • improved: Limits for some requests
  • added: