Returns regulated-information for an age-restricted order

Parity with Amazon SP-API Orders v0 `getOrderRegulatedInfo`. Returns the verification requirements that apply to an order containing regulated items (alcohol, tobacco, age-restricted goods): the required ID-verification method, the minimum buyer age, the regulated category, and any value-added services the order ships with. **Walmart OMS coverage gap (RCTPAPI-20844).** The Teflon Order Lookup response does not currently surface regulated-item metadata. Until upstream support lands (tracked separately as a follow-up to this PR), every order returns the safe default `regulatedCategory=NOT_REGULATED` with `requiredVerificationMethod=NONE`. The endpoint shape and contract are stable; only the projected values will become richer once OMS exposes the fields.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

purchaseOrderIdstringRequired
Walmart Purchase Order ID

Response

Success
payloadobjectOptional

Verification requirements for an order containing regulated items. Mirrors Amazon SP-API Orders v0 RegulatedInformation plus a regulatedCategory discriminator so a caller can short- circuit when the order is not regulated at all.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error