Hi! I have an intresting situation in orders api with subscription order.
One year ago customer created subscription order (original order), orders api returned product id and other information about subscription product.
x-request-id - 87af0af5-2573-496f-af3f-7db7e920e57c-1741592203
But for now customer created an order few weeks ago (as for subscription contract billing period) and orders api returned me that my subscription product is not exists.
x-request-id - 9758793b-37b9-4c74-a249-c435d437e708-1741592485
Doesn’t matter rest api or graphql api, I have the same result - product is not exists, and I can not get product id from new subscription order.
This product still exists in the store and customers can buy it, it is active. Ids from original order and current products the same.
x-request-id - 48a7a32d-c195-43a1-bf18-a575b5ab2455-1741592786
Can someone explain why there is no product ID in the order object if the product exists in the store?