Files
medusa-store/www/utils/generated/oas-output/schemas/AdminFulfillmentProviderOption.ts
github-actions[bot] 198fa53120 chore(docs): Updated API Reference (automated) (#10685)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-12-23 08:35:12 +00:00

21 lines
451 B
TypeScript

/**
* @schema AdminFulfillmentProviderOption
* type: object
* description: The fulfillment option's details.
* x-schemaName: AdminFulfillmentProviderOption
* required:
* - id
* - is_return
* properties:
* id:
* type: string
* title: id
* description: The fulfillment option's ID.
* is_return:
* type: boolean
* title: is_return
* description: Whether the fulfillment option is used for returns.
*
*/