I Can't Find Products That Have Been Successfully Created Through The Api

Hi,

I'm attempting to create products through the product api, and I've received a 201 created response for it, but there is no indication that the product has been created in the store when I access the seller portal.

The GET product endpoint also returns a 404 Not Found error when I attempt to search for it with the product_id given in the response.

And subsequent attempts to hit the endpoint results in the increment in the product_id in the response, but still no creation of the product in the store.

Does anyone have an idea on what could be the cause of the issue?

I've attached the request payload of the POST product in this thread

product create payload.txt