thanks @keysuck I appreciate the workaround!
I mean this is probably just 2-3% of WordPress websites, but I’ve been getting issues on the REST Endpoints when the ID is 16 digits long. Do you think this should be reported?
// Product routes
'/wc/v3/products/(?P<id>[\d]+)',
'/wc/v3/products/(?P<product_id>[\d]+)/variations/(?P<id>[\d]+)',
// Order routes
'/wc/v3/orders/(?P<id>[\d]+)',
'/wc/v3/orders/(?P<order_id>[\d]+)/notes',
'/wc/v3/orders/(?P<order_id>[\d]+)/notes/(?P<id>[\d]+)',
// Post Routes
'/wp/v2/posts/(?P<id>[\d]+)',
'/wp/v2/pages/(?P<id>[\d]+)',
Has this been moved to the CoreTrac or not? @threadi @keysuck