Hello, Periodically I am getting the following error when a creating custom collection via the REST Admin API: errors: { publications: 'expected Array to be a Hash' } We started seeing the...
No content to show
User Activity
Thanks @hassain! This was just the info I was looking for.
I'm building a frontend for a checkout experience, and am planning on storing the Storefront Checkout GraphQL ID in my DB after the Checkout is created. Will this ID be valid forever, or is there some expiry period where the Checkout gets cleaned up ...