Storekit Cannot retrieve products

I'm working on an app with React Native, and I'm failing to fetch my Subscription products. I don't believe the code or implementation details matter; I believe I have some kind of error in my configuration. The issue is that when I query StoreKit for my products, I get nothing back.

Here are the pertinent storekit logs:

default	00:22:11.857635-0500	storekitd	AMSAbsinthe: [255F18D7_SK1] Determining signing data for request <AMSURLRequest: 0xe1a9427e0> { URL: https://amp-api.sandbox.apple.com/v1/catalog/us/in-apps?filter%5BofferName%5D=ios_ft_1y_9800,ios_nt_1mo_1800,ios_nt_1y_6800&filter%5BappBundleId%5D=nockwellness&platform=iphone&l=en-US&extend=hostedContent&with=adHocOffers }
default	00:22:11.859266-0500	storekitd	AMSURLSession: [255F18D7_SK1] Preparing request: <AMSURLRequest: 0xe1a9108b0> { URL: https://amp-api.sandbox.apple.com/v1/catalog/us/in-apps?extend=hostedContent&filter%5BappBundleId%5D=nockwellness&filter%5BofferName%5D=ios_ft_1y_9800,ios_nt_1mo_1800,ios_nt_1y_6800&l=en-US&platform=iphone&with=adHocOffers }
default	00:22:11.869755-0500	storekitd	[C179 45462EA7-9131-4D63-A844-39FA1A175D77 Hostname#876d29ce:443 quic-connection, bundle id: nockwellness, url hash: cc7f4f82, definite, attribution: developer, context: com.apple.CFNetwork.NSURLSession.{DFD06509-E96C-42BB-A5FA-16A0ABE2E55B}{AMP}{Y}{2} (private), proc: 59B58C8D-22F4-3A06-8960-A07F0890DE19, effective proc: F0D08E92-36F0-31CC-8CFD-6BD54A54A2A5, pid: 3393] start
error	00:22:12.081373-0500	storekitd	AMSURLSession: [381CC8E9] Session decoder failed. Result = (null); Error = Error Domain=AMSErrorDomain Code=301 "Invalid Status Code" UserInfo={NSLocalizedFailureReason=The response has an invalid status code, AMSURL=https://sandbox.itunes.apple.com/commerce/messages/app/inbox?bundleId=nockwellness&guid=00008101-00030D512246001E&status=1, AMSStatusCode=412, NSLocalizedDescription=Invalid Status Code}
error	00:22:12.081406-0500	storekitd	AMSURLSession: [381CC8E9] Task completed with error = Error Domain=AMSErrorDomain Code=301 "Invalid Status Code" UserInfo={NSLocalizedFailureReason=The response has an invalid status code, AMSURL=https://sandbox.itunes.apple.com/commerce/messages/app/inbox?bundleId=nockwellness&guid=00008101-00030D512246001E&status=1, AMSStatusCode=412, NSLocalizedDescription=Invalid Status Code}
error	00:22:12.083256-0500	storekitd	[(null)] Error checking messages: Error Domain=AMSErrorDomain Code=301 "Invalid Status Code" UserInfo={NSLocalizedFailureReason=The response has an invalid status code, AMSURL=https://sandbox.itunes.apple.com/commerce/messages/app/inbox?bundleId=nockwellness&guid=00008101-00030D512246001E&status=1, AMSStatusCode=412, NSLocalizedDescription=Invalid Status Code}

My bundle id is definitely nockwellness and those products do exist:

Can anyone help me understand what I've configured incorrectly?

Ok I'm getting them now, it's because my localizations had been rejected.

Storekit Cannot retrieve products
 
 
Q