/** * @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. * */