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_id
The internal numeric ID of the sales quote.
Request
This endpoint expects an object.
storeHash
The unique store hash for the BigCommerce store.
currency
Contains detailed information regarding the quote's currency.
Response
OK
code
HTTP Response Code
message
data