Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

22225: From Bundle to Replace Items does not exist

Twilio Phone Numbers DocumentationPhone Numbers

Description

description page anchor

This error occurs when you call the Replace Items endpoint with a fromBundleSid that Twilio cannot find. Replace Items uses fromBundleSid to copy item assignments from an existing source bundle into the destination bundle.

Possible causes

possible-causes page anchor
  • The fromBundleSid value is incorrect and does not match an existing Bundle SID.
  • You called Replace Items before creating a Bundle Copy to use as the source bundle.
  • The source Bundle Copy was deleted, or you are reusing an old SID that is no longer valid for your current compliance update workflow.
  • You passed the wrong BU SID, such as the destination bundle SID instead of the source Bundle Copy SID.
  • Verify that fromBundleSid exactly matches an existing Bundle SID. Use the BU SID returned when you create the Bundle Copy.
  • List the available Bundle Copies for the destination bundle and confirm you are passing the correct source Bundle Copy SID.
  • If no Bundle Copy exists yet, create a Bundle Copy from the original bundle before calling Replace Items.
  • Update the Bundle Copy as needed, submit it for review, and wait until its status is twilio-approved before using that SID in fromBundleSid.
  • If you deleted the source Bundle Copy or need to repeat the workflow, create a new Bundle Copy and use the new SID. Replace Items is a one-time operation.

Additional resources

additional-resources page anchor