Export Quote PDF

Generates a download link to a PDF copy of the specified quote. The PDF uses the default template configured in the store's Quote settings. You can opionally include the `currency` array in the request body to convert prices in the PDF to a specific currency. Currency details can be fetched with the [Get All Available Currencies](/developer/api-reference/rest/b2b/storefront/store-settings) endpoint. Equivalent Storefront GraphQL API Mutation: `quoteFrontendPdf`.

Authentication

AuthorizationBearer
### Authentication header | Header | Argument | Description | |:-------|:---------|:------------| |`Authorization`|`Bearer {{B2B_JWT_TOKEN}}`| You can obtain this token using the steps described in the [REST Storefront API](/developer/docs/b2b-edition/getting-started/authentication#rest-storefront-api) section[...]

Path parameters

quote_idstringRequired

Request

This endpoint expects an object.
storeHashstringOptional
The unique store hash for the BigCommerce store.
currencyobjectOptional
Contains detailed information regarding the quote's currency.

Response

OK
codeintegerDefaults to 200
messagestringDefaults to SUCCESS
dataobject