Cant Create/Update App Clips

Hey there,

We've been using App Store Connect API to manage (create/update) Advanced App Clip Experiences via App Store Connect API.

Everything has worked fine, we've been able to successfully manage hundreds of app clips but all of a sudden starting on December 15th the API started returning the following error:

  "id" => "1e15b36b-5347-4af0-9bab-7f6626ffec65"
  "status" => "409"
  "code" => "ENTITY_ERROR.INCLUDED.INVALID_ID"
  "title" => "The provided entity id is invalid"
  "detail" => "The provided included entity id 'EN' has invalid format"
  "source" => array:1 [▼
    "pointer" => "/included/0/id"
  ]

It does seem to be an API bug considering it has always worked fine and we didn't change anything on our side, the /included/0/id value has always been EN and never changed.

Moreover, EN still seems to be a valid value according to the API docs and there are no changes reported of that field in the API release notes.

Here's the request ID: 1e15b36b-5347-4af0-9bab-7f6626ffec65


I've tried using different values through trial and error (en, EN, EN-US, ...) and none of them worked.

Hello, I also have the same issue. Creating or pushing updates to AppClips was working fine last month, but now I see the same error.

{
  "errors" : [ {
    "id" : "38a14d58-ff3a-4c77-8e0d-dba260685700",
    "status" : "409",
    "code" : "ENTITY_ERROR.INCLUDED.INVALID_ID",
    "title" : "The provided entity id is invalid",
    "detail" : "The provided included entity id 'EN' has invalid format",
    "source" : {
      "pointer" : "/included/0/id"
    }
  } ]
}

It looks like @pumpkinpaul and I have done some of the same investigation and testing. I agree with everything he has outlined and we have come to the same frustrating conclusion. A bug was probably introduced sometime in between these two dates. I have this information from recorded HTTP interactions as part of our automated testing. I have included the request IDs here in case they help with the debugging.

Success on Nov 12 with a Daiquiri version of 25RELEASE142:

X-Request-Id:
  - TQFDTUQATMJM246YITQXKVXIPM

Failure on Dec 19 with a Daiquiri version of 25HOTFIX33:

X-Request-Id:
  - XVPVR2MEFH7DBE5IEV5YZ6R5JI

Please find the failed request attached. The same payload was sent last month with only a slight tweak to the URL so as not to get a conflict during creation.

@jasonknebel thanks for posting here.

If you create an app clip manually at App Store Connect, does it get published? If so, how many app clips do you have in your app?

One more question. Do you happen to experience any of these two issues?

I am also having the same issues!

Cant Create/Update App Clips
 
 
Q