GuideLab API

Assign a stable price book to a partnership

PUT
/price-lists/partnerships/{partnershipId}

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

partnershipId*string
Length1 <= length

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/price-lists/partnerships/string" \  -H "Content-Type: application/json" \  -d '{    "priceListId": "string"  }'
{  "partnership": null}
Empty
Empty
Empty
Empty
Empty
Empty