docs: add clarification for set cart's customer API route (#13506)

This commit is contained in:
Shahed Nasser
2025-09-15 14:32:36 +03:00
committed by GitHub
parent 2ceed66b4d
commit 9f7df88c84
33 changed files with 92 additions and 32 deletions

View File

@@ -129,6 +129,10 @@ class OasKindGenerator extends FunctionKindGenerator {
startsWith: "store/store-credit-accounts",
requiresAuthentication: true,
},
{
exact: "store/carts/[id]/customer",
requiresAuthentication: true,
},
]
readonly RESPONSE_TYPE_NAMES = ["MedusaResponse"]
readonly FIELD_QUERY_PARAMS = ["fields", "expand"]